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

Commit e7bf2a12 authored by DarkJoker360's avatar DarkJoker360 Committed by Michael Bestas
Browse files

DeskClock: Match navigation bar color with the app

Change-Id: I82944c1545c13f8e5bf40a578ffde02641d34579
parent 5752305d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

    <style name="Theme.DeskClock" parent="Theme.AppCompat.NoActionBar">
        <item name="android:colorBackgroundFloating">?attr/colorBackgroundFloating</item>
        <item name="android:navigationBarColor">?attr/colorPrimaryDark</item>
        <item name="android:navigationBarColor">@color/secondary_color</item>
        <item name="popupTheme">@style/ThemeOverlay.Popup</item>

        <item name="android:timePickerStyle">@style/Widget.TimePicker</item>