aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/abstract_activity.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-06-10 18:28:06 -0700
committerScott Jackson <daneren2005@gmail.com>2015-06-10 18:28:06 -0700
commit57e327cc1136896be328c790c2e10b4680aedefe (patch)
treef6fb16be16c9d9031385d802f8b3bb2e0cbc9abd /app/src/main/res/layout/abstract_activity.xml
parent9d4876f4874d034177c4f012932ca936d85e40ac (diff)
downloaddsub-57e327cc1136896be328c790c2e10b4680aedefe.tar.gz
dsub-57e327cc1136896be328c790c2e10b4680aedefe.tar.bz2
dsub-57e327cc1136896be328c790c2e10b4680aedefe.zip
Put drawer behind system bar, color ActionBar
Diffstat (limited to 'app/src/main/res/layout/abstract_activity.xml')
-rw-r--r--app/src/main/res/layout/abstract_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/abstract_activity.xml b/app/src/main/res/layout/abstract_activity.xml
index f012f484..56db1439 100644
--- a/app/src/main/res/layout/abstract_activity.xml
+++ b/app/src/main/res/layout/abstract_activity.xml
@@ -4,7 +4,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
+
<!-- The main content view -->
<FrameLayout
android:id="@+id/content_frame"