aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/account_row.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-04-15 21:43:55 +0200
committerChristian S <christian@pix-art.de>2016-04-15 21:43:55 +0200
commit5f517a76a8247604b0a7eca15b4ed1d57e28e5df (patch)
tree0c93ad76612bbe31178f371f6e2dc017c1dc260f /src/main/res/layout/account_row.xml
parent0f4ccb64ba03630568b20c44814908c06c7aa88e (diff)
disallow account deactivation
added reconnect to account context menu
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/account_row.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index f0d0c903d..6540793f9 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -25,9 +25,7 @@
android:layout_centerVertical="true"
android:layout_toRightOf="@+id/account_image"
android:orientation="vertical"
- android:paddingLeft="8dp"
- android:layout_toLeftOf="@+id/tgl_account_status"
- android:layout_toStartOf="@+id/tgl_account_status">
+ android:paddingLeft="8dp">
<TextView
android:id="@+id/account_jid"
@@ -48,14 +46,4 @@
android:textStyle="bold" />
</LinearLayout>
- <eu.siacs.conversations.ui.widget.Switch
- style="@style/MD"
- android:id="@+id/tgl_account_status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:padding="16dp"
- android:focusable="false"/>
-
</RelativeLayout> \ No newline at end of file