do not overlap account title and switch

This commit is contained in:
iNPUTmice 2015-04-01 23:45:46 +02:00
parent cb29c5bb15
commit b7b87e1a8d
1 changed files with 4 additions and 1 deletions

View File

@ -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"