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

Commit c6fca0e1 authored by Marcelo Arteiro's avatar Marcelo Arteiro
Browse files

Fixes wrong colors in SUW -> AllSet

Screenshot: https://screenshot.googleplex.com/6Yy9bQuQqox2rPB.png
Fixes: 355462084
Flag: EXEMPT bugfix
Test: Manual
Change-Id: I92b9839d345ab16f0229b546fb6c0e00ced02671
parent 858b76e7
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -14,16 +14,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">

    <style name="AllSetTheme" parent="@android:style/Theme.DeviceDefault.NoActionBar">
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
        <item name="android:enforceNavigationBarContrast">false</item>
        <item name="android:windowLightStatusBar">false</item>
        <item name="android:windowBackground">@android:color/transparent</item>
    </style>
<resources>

    <style name="TextAppearance.GestureTutorial.MainTitle.Home"
        parent="TextAppearance.GestureTutorial.MainTitle">
+1 −1
Original line number Diff line number Diff line
@@ -205,7 +205,7 @@
        <item name="android:textColor">?attr/tutorialSubtitle</item>
    </style>

    <style name="AllSetTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
    <style name="AllSetTheme" parent="@style/DynamicColorsBaseLauncherTheme.NoActionBar">
        <item name="android:navigationBarColor">@android:color/transparent</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
        <item name="android:enforceNavigationBarContrast">false</item>
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@
        <item name="materialColorError">@color/system_error_light</item>
    </style>

    <style name="DynamicColorsBaseLauncherTheme.NoActionBar">
        <item name="windowActionBar">false</item>
        <item name="windowNoTitle">true</item>
    </style>

    <style name="LauncherTheme" parent="@style/DynamicColorsBaseLauncherTheme">
        <item name="android:textColorSecondary">#DE000000</item>