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

Commit 72bb7b61 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Defining the base state of the Launcher theme, in case the platform

has different defaults

Bug: 27226038
Change-Id: Ic552e4c17551117236d018656fdf39b29fb06345
parent d31dcbcc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -34,6 +34,9 @@
    </style>

    <style name="Theme" parent="@style/BaseWallpaperTheme">
        <item name="android:windowTranslucentStatus">false</item>
        <item name="android:windowTranslucentNavigation">false</item>
        <item name="android:windowDrawsSystemBarBackgrounds">true</item>
        <item name="android:statusBarColor">#00000000</item>
        <item name="android:navigationBarColor">#00000000</item>
        <item name="android:colorControlActivated">@color/launcher_accent_color</item>