do not overlap account title and switch
This commit is contained in:
parent
cb29c5bb15
commit
b7b87e1a8d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue