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

Commit 5fb2c375 authored by Nick Miltner's avatar Nick Miltner Committed by Gerrit Code Review
Browse files

SystemUI: Allow nav bar background to be themed

Change-Id: I53a1030547e431fe978a02353161cca76361281e
parent e6f31e3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
    xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:background="#FF000000"
    android:background="@drawable/nav_bar_bg"
    >

    <FrameLayout android:id="@+id/rot0"
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
    <drawable name="recents_callout_line">#99ffffff</drawable>
    <drawable name="notification_item_background_legacy_color">#ffaaaaaa</drawable>
    <drawable name="intruder_bg_pressed">#ff33B5E5</drawable>
    <drawable name="nav_bar_bg">#ff000000</drawable>

    <!-- ==================== system bar only ==================== -->
    <drawable name="system_bar_background">#ff000000</drawable>