Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63b5c2f4 authored by jackqdyulei's avatar jackqdyulei
Browse files

Set background of DrawerLayout to statusBarColor

Bug: 30811708
Test: Manual
Change-Id: Ib77a7f65de04840c96c52b3ca2fa7bfdbadd25b3
parent a001abb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"