diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-08-03 20:28:13 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-08-03 20:28:13 +0200 |
commit | daab16bdef2f24f57d117efaa0144c578c883a6b (patch) | |
tree | fbea06de6eecf760161b95fe13b149c118acdef5 /res/layout/manage_accounts.xml | |
parent | 88d1bd356c9408df6f12829dcd427b92af1e3969 (diff) |
activity for future avatar publications. not working yet
Diffstat (limited to 'res/layout/manage_accounts.xml')
-rw-r--r-- | res/layout/manage_accounts.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/manage_accounts.xml b/res/layout/manage_accounts.xml index a2a01bf1..71eb7572 100644 --- a/res/layout/manage_accounts.xml +++ b/res/layout/manage_accounts.xml @@ -2,7 +2,8 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" - android:layout_height="fill_parent" > + android:layout_height="fill_parent" + android:background="@color/primarybackground"> <ListView android:id="@+id/account_list" |