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

Commit 989b5b57 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '3950-P-Drawer_background_color_issue' into 'v1-pie'

3950-P-Drawer_background_color_issue

See merge request !25
parents 842fc378 64dd50e3
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"