diff options
author | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 16:17:03 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2017-12-12 16:17:03 +0100 |
commit | 9a35f971f917ef4141923d50deb25fa0d2f9b7dd (patch) | |
tree | a6ea9e8e0c83056175b033b9d007372f8bd642b3 /app/src/main/res/layout | |
parent | 357c9a21dcf31c609488fdf7f6a874e22f181ddd (diff) |
set background
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/drawer_main.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/drawer_main.xml b/app/src/main/res/layout/drawer_main.xml index 9327d03f..b2254d2a 100644 --- a/app/src/main/res/layout/drawer_main.xml +++ b/app/src/main/res/layout/drawer_main.xml @@ -3,17 +3,18 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" + android:background="@color/colorBackground" tools:context="se.leap.bitmaskclient.NavigationDrawerFragment"> <ImageView android:id="@+id/imageView" - android:layout_width="wrap_content" + android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="@drawable/ic_colorsquare" android:src="@drawable/mask" /> <ListView android:id="@+id/accountList" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="#cccc" android:choiceMode="singleChoice" android:divider="@android:color/transparent" android:dividerHeight="0dp"> |