Set background of DrawerLayout to statusBarColor
Bug: 30811708 Test: Manual Change-Id: Ib77a7f65de04840c96c52b3ca2fa7bfdbadd25b3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user