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

Commit 5a5ff523 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes wrong colors in SUW -> AllSet" into main

parents 21175167 c6fca0e1
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>