increased padding around switches in manage accounts
This commit is contained in:
parent
4caa92e8ff
commit
a4ff8e3633
|
@ -3,7 +3,9 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="?android:attr/activatedBackgroundIndicator"
|
android:background="?android:attr/activatedBackgroundIndicator"
|
||||||
android:padding="8dp" >
|
android:paddingLeft="8dp"
|
||||||
|
android:paddingBottom="8dp"
|
||||||
|
android:paddingTop="8dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/account_image"
|
android:id="@+id/account_image"
|
||||||
|
@ -21,7 +23,6 @@
|
||||||
android:layout_toRightOf="@+id/account_image"
|
android:layout_toRightOf="@+id/account_image"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:paddingRight="8dp"
|
|
||||||
android:layout_toLeftOf="@+id/tgl_account_status"
|
android:layout_toLeftOf="@+id/tgl_account_status"
|
||||||
android:layout_toStartOf="@+id/tgl_account_status">
|
android:layout_toStartOf="@+id/tgl_account_status">
|
||||||
|
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
|
android:padding="8dp"
|
||||||
android:focusable="false"/>
|
android:focusable="false"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
Loading…
Reference in a new issue