Fix the text color in the dark theme
Bug: 265887948 Test: build pass and verified the UI in the dark theme. Change-Id: I6935bce627e7b28c3a9386c1f52b3953e4d1f5c3 Merged-In: I6935bce627e7b28c3a9386c1f52b3953e4d1f5c3
This commit is contained in:
committed by
SongFerng Wang
parent
30eb433a3f
commit
74c813fdf2
@@ -14,7 +14,7 @@
|
||||
~ limitations under the License
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<resources xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
|
||||
<style name="TextAppearanceSmall">
|
||||
<item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
|
||||
</style>
|
||||
@@ -73,7 +73,7 @@
|
||||
</style>
|
||||
|
||||
<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>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user