summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorFup Duck <fupduck@sacknagel.com>2017-12-12 16:17:03 +0100
committerFup Duck <fupduck@sacknagel.com>2017-12-12 16:17:03 +0100
commit9a35f971f917ef4141923d50deb25fa0d2f9b7dd (patch)
treea6ea9e8e0c83056175b033b9d007372f8bd642b3 /app/src/main/res/layout
parent357c9a21dcf31c609488fdf7f6a874e22f181ddd (diff)
set background
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/drawer_main.xml5
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">