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

Commit 64dd50e3 authored by Fahim's avatar Fahim
Browse files

3950-P-Drawer_background_color_issue

parent 842fc378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@
    <shape android:shape="rectangle">
        <stroke
            android:width="1dp"
            android:color="@color/drawer_border" />
            android:color="@color/color_default_foreground" />
    </shape>
</inset>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
            android:layout_gravity="start"
            android:orientation="vertical"
            android:elevation="16dp"
            android:background="@color/color_default_background">
            android:background="@color/color_default_foreground">

            <Toolbar
                android:id="@+id/roots_toolbar"