Set background of DrawerLayout to statusBarColor

Bug: 30811708
Test: Manual
Change-Id: Ib77a7f65de04840c96c52b3ca2fa7bfdbadd25b3
This commit is contained in:
jackqdyulei
2016-12-19 17:01:59 -08:00
parent a001abb670
commit 63b5c2f4f5

View File

@@ -18,7 +18,7 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorPrimaryDark">
android:background="?android:attr/statusBarColor">
<!-- The main content view -->
<LinearLayout
android:id="@+id/content_parent"