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

Commit 71f911e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix configuration activity colors for accessibility" into sc-dev

parents f7c7e7da a0bd30cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  -->
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    android:id="@+id/top_level"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -55,7 +56,7 @@
        android:background="@drawable/rounded_bg_full_large_radius"
        android:onClick="dismissActivity"
        android:text="@string/got_it"
        android:textColor="?android:attr/textColorPrimary"
        android:textColor="?androidprv:attr/textColorOnAccent"
        android:layout_marginBottom="60dp"
        android:layout_alignParentBottom="true" />

+6 −0
Original line number Diff line number Diff line
@@ -42,4 +42,10 @@
        <item name="android:textColorPrimary">?android:attr/textColorPrimaryInverse</item>
    </style>

    <style name="Theme.PeopleTileConfigActivity" parent="@style/Theme.SystemUI">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowLightStatusBar">false</item>
    </style>

</resources>
+1 −0
Original line number Diff line number Diff line
@@ -777,6 +777,7 @@
    <style name="Theme.PeopleTileConfigActivity" parent="@style/Theme.SystemUI">
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowLightStatusBar">true</item>
    </style>

    <style name="TextAppearance.Control">