aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-04-27 12:19:05 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-04-27 12:19:05 +0200
commita4ff8e36337acab6fb3d945159f6d143e825f16b (patch)
tree4a952bc082b0874ab890c6a86d8cd328bf03b9f7
parent4caa92e8ff374e28663fd1fe6c9494c767622004 (diff)
increased padding around switches in manage accounts
-rw-r--r--src/main/res/layout/account_row.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/res/layout/account_row.xml b/src/main/res/layout/account_row.xml
index 94c59111..0e73dd64 100644
--- a/src/main/res/layout/account_row.xml
+++ b/src/main/res/layout/account_row.xml
@@ -3,7 +3,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
- android:padding="8dp" >
+ android:paddingLeft="8dp"
+ android:paddingBottom="8dp"
+ android:paddingTop="8dp">
<ImageView
android:id="@+id/account_image"
@@ -21,7 +23,6 @@
android:layout_toRightOf="@+id/account_image"
android:orientation="vertical"
android:paddingLeft="8dp"
- android:paddingRight="8dp"
android:layout_toLeftOf="@+id/tgl_account_status"
android:layout_toStartOf="@+id/tgl_account_status">
@@ -50,6 +51,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
+ android:padding="8dp"
android:focusable="false"/>
</RelativeLayout> \ No newline at end of file