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

Commit d79f3cf0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix configuration activity colors for accessibility" into sc-dev am: 71f911e7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15259790

Change-Id: Ic3098cc43b81f346d3e56897e59efeed527390d1
parents 5b89fd13 71f911e7
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">