diff options
author | Andreas Straub <andy@strb.org> | 2015-07-19 23:38:09 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-19 23:38:09 +0200 |
commit | 2240066bbe697ae4d32a40811a246132898a35ef (patch) | |
tree | 6b17c731ca361d282596d9ec3b670fb3f3c4a693 /src/main/res/layout/activity_edit_account.xml | |
parent | 480b1cde810e0ed2afc6ea424fb36fd973ae24b9 (diff) |
Remove device list from EditAccount
Diffstat (limited to 'src/main/res/layout/activity_edit_account.xml')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 3d65365d..5034f734 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -400,49 +400,6 @@ </LinearLayout> </RelativeLayout> - <RelativeLayout - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:id="@+id/axolotl_devices_box" - android:layout_marginTop="32dp"> - - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_alignParentLeft="true" - android:layout_toLeftOf="@+id/action_wipe_axolotl_pep" - android:orientation="vertical"> - - <TextView - android:id="@+id/axolotl_devicelist" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textColor="@color/black87" - android:textSize="?attr/TextSizeBody" - android:typeface="monospace" /> - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:textColor="@color/black54" - android:textSize="?attr/TextSizeInfo" - android:text="@string/axolotl_devicelist"/> - </LinearLayout> - - <ImageButton - android:id="@+id/action_wipe_axolotl_pep" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_alignParentRight="true" - android:background="?android:selectableItemBackground" - android:padding="@dimen/image_button_padding" - android:src="?attr/icon_remove" - android:visibility="visible" - android:contentDescription="@string/wipe_axolotl_pep"/> - - - </RelativeLayout> </LinearLayout> <LinearLayout android:id="@+id/other_device_keys_card" |