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

Commit 572c746f authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Night accent color

Bug: 128857973

Change-Id: If81e9684143967480259a01e59694676875b0df1
parent 3c007368
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -19,12 +19,13 @@

<resources>
    <!-- Launcher theme -->
    <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
        <item name="android:windowBackground">@android:color/transparent</item>
    <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="android:colorBackgroundCacheHint">@null</item>
        <item name="android:windowShowWallpaper">true</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:colorEdgeEffect">#FF757575</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowShowWallpaper">true</item>
    </style>

    <style name="LauncherTheme" parent="@style/BaseLauncherTheme">