Merge "Fix configuration activity colors for accessibility" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
71f911e7e0
@@ -15,6 +15,7 @@
|
|||||||
-->
|
-->
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
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:id="@+id/top_level"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
@@ -55,7 +56,7 @@
|
|||||||
android:background="@drawable/rounded_bg_full_large_radius"
|
android:background="@drawable/rounded_bg_full_large_radius"
|
||||||
android:onClick="dismissActivity"
|
android:onClick="dismissActivity"
|
||||||
android:text="@string/got_it"
|
android:text="@string/got_it"
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?androidprv:attr/textColorOnAccent"
|
||||||
android:layout_marginBottom="60dp"
|
android:layout_marginBottom="60dp"
|
||||||
android:layout_alignParentBottom="true" />
|
android:layout_alignParentBottom="true" />
|
||||||
|
|
||||||
|
|||||||
@@ -42,4 +42,10 @@
|
|||||||
<item name="android:textColorPrimary">?android:attr/textColorPrimaryInverse</item>
|
<item name="android:textColorPrimary">?android:attr/textColorPrimaryInverse</item>
|
||||||
</style>
|
</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>
|
</resources>
|
||||||
|
|||||||
@@ -777,6 +777,7 @@
|
|||||||
<style name="Theme.PeopleTileConfigActivity" parent="@style/Theme.SystemUI">
|
<style name="Theme.PeopleTileConfigActivity" parent="@style/Theme.SystemUI">
|
||||||
<item name="android:windowActionBar">false</item>
|
<item name="android:windowActionBar">false</item>
|
||||||
<item name="android:windowNoTitle">true</item>
|
<item name="android:windowNoTitle">true</item>
|
||||||
|
<item name="android:windowLightStatusBar">true</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextAppearance.Control">
|
<style name="TextAppearance.Control">
|
||||||
|
|||||||
Reference in New Issue
Block a user