aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/manage_accounts.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
committeriNPUTmice <daniel@gultsch.de>2014-09-12 17:53:42 +0200
commit83c3b33f18429dc8788c2b58a31d150bee553d10 (patch)
treef4451e53a65dd25fd434dcb08bdaad53137e987a /res/layout/manage_accounts.xml
parentcee898084ee27592d774c8f62f5be7fd1edf821b (diff)
parent73cba91c9b08ff512104897b32837f9824f1cd3e (diff)
Merge branch 'development'0.7.1
Diffstat (limited to 'res/layout/manage_accounts.xml')
-rw-r--r--res/layout/manage_accounts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/manage_accounts.xml b/res/layout/manage_accounts.xml
index 71eb7572..11ce35b2 100644
--- a/res/layout/manage_accounts.xml
+++ b/res/layout/manage_accounts.xml
@@ -3,14 +3,14 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:background="@color/primarybackground">
+ android:background="@color/primarybackground" >
<ListView
android:id="@+id/account_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:divider="@color/divider"
- android:dividerHeight="1dp">
+ android:dividerHeight="1dp" >
</ListView>
</LinearLayout> \ No newline at end of file