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

Commit 9b6d6c7c authored by Fs00's avatar Fs00
Browse files

Fix bottom bar color on older Android versions

parent 42e1dd10
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom"
        app:itemBackground="?android:attr/colorPrimary"
        app:itemBackground="@color/cyanea_primary_reference"
        android:minHeight="?android:attr/actionBarSize"
        app:itemIconTint="?menuIconColor"
        app:itemTextColor="?menuIconColor"
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
    <color name="colorAccent">#00cc99</color>
    <color name="colorWhite">#ffffff</color>

    <!-- Used for designer preview -->
    <color name="cyanea_primary_reference">#2481a1</color>
    <color name="cyanea_accent_reference">#00cc99</color>
</resources>