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

Commit a0d542b0 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Night accent color Bug: 128857973" into ub-launcher3-qt-dev

parents 8bb8e565 572c746f
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -19,12 +19,13 @@


<resources>
<resources>
    <!-- Launcher theme -->
    <!-- Launcher theme -->
    <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
    <style name="BaseLauncherTheme" parent="@android:style/Theme.DeviceDefault.DayNight">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:colorBackgroundCacheHint">@null</item>
        <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: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>


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