From 245e32581b46acf11a2470441a296e9d520b6f71 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Thu, 17 May 2018 21:46:33 +0200 Subject: add possibility to de-/activate accounts fixes #195 --- src/main/res/layout/account_row.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src/main/res/layout/account_row.xml') diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 9af3b9653..6a9dee422 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -4,8 +4,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="?android:attr/activatedBackgroundIndicator" - android:paddingLeft="8dp" android:paddingBottom="8dp" + android:paddingLeft="8dp" android:paddingTop="8dp"> @@ -22,7 +22,9 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_centerVertical="true" + android:layout_toLeftOf="@+id/tgl_account_status" android:layout_toRightOf="@+id/account_image" + android:layout_toStartOf="@+id/tgl_account_status" android:orientation="vertical" android:paddingLeft="@dimen/avatar_item_distance"> @@ -42,4 +44,13 @@ android:textAppearance="@style/TextAppearance.Conversations.Body2" /> + + \ No newline at end of file -- cgit v1.2.3