diff options
author | iNPUTmice <daniel@gultsch.de> | 2015-04-01 23:45:46 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2015-04-01 23:45:46 +0200 |
commit | b7b87e1a8d3c17f49eb9f9d5434224d38afabb24 (patch) | |
tree | 7646f294df063af1519a56908eec67b3a404fc43 | |
parent | cb29c5bb15c31d4b2cde81ba91d89e11518578b4 (diff) |
do not overlap account title and switch
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/account_row.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml index 1cd29d59..94c59111 100644 --- a/src/main/res/layout/account_row.xml +++ b/src/main/res/layout/account_row.xml @@ -20,7 +20,10 @@ android:layout_centerVertical="true" android:layout_toRightOf="@+id/account_image" android:orientation="vertical" - android:paddingLeft="8dp" > + android:paddingLeft="8dp" + android:paddingRight="8dp" + android:layout_toLeftOf="@+id/tgl_account_status" + android:layout_toStartOf="@+id/tgl_account_status"> <TextView android:id="@+id/account_jid" |