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

Commit f3365e85 authored by Narinder Rana's avatar Narinder Rana
Browse files

update bottom navigation bg color

parent 3245eb23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_below="@id/content"
        android:background="@color/secondary_color"
        android:background="@color/color_default_foreground"
        app:menu="@menu/bottom_navigation_menu"
        app:itemIconTint="@color/tab_tint_color"
        app:itemTextColor="@color/tab_tint_color"
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@

    <color name="accent_color">@lineageos.platform:color/color_default_blue1</color>
    <color name="secondary_color">#2F378A</color>
    <color name="color_default_foreground">@lineageos.platform:color/color_default_foreground</color>
</resources>