Merge "Fix the text color in the dark theme" am: a0f6a9752b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2450122 Change-Id: I0b664d67d8b5da4b2982058adef32d3ded804d08 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
~ limitations under the License
|
~ limitations under the License
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<resources>
|
<resources xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||||
<style name="TextAppearanceSmall">
|
<style name="TextAppearanceSmall">
|
||||||
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
||||||
</style>
|
</style>
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextAppearanceBroadcastDialogButton" parent="@android:TextAppearance.DeviceDefault.Headline">
|
<style name="TextAppearanceBroadcastDialogButton" parent="@android:TextAppearance.DeviceDefault.Headline">
|
||||||
<item name="android:textColor">?android:attr/textColorPrimary</item>
|
<item name="android:textColor">?androidprv:attr/textColorOnAccent</item>
|
||||||
<item name="android:textSize">@dimen/broadcast_dialog_btn_text_size</item>
|
<item name="android:textSize">@dimen/broadcast_dialog_btn_text_size</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user