Fix tv volume control icon color

The color of the volume control icon is currently set to
android:textColorPrimaryInverse, because of the color extraction
colors set in the device default theme.
This CL fixes the color of the icon for tv

Bug: 188391270
Test: m && flash && check manually that volume control works
Change-Id: Ib605c643001fc9e6c170abd937dd3559a6778a57
This commit is contained in:
Galia Peycheva
2021-05-18 16:52:32 +02:00
parent cc0987b12a
commit bb29a8533c

View File

@@ -25,6 +25,7 @@
<style name="volume_dialog_theme" parent="Theme.SystemUI">
<item name="android:colorAccent">@color/tv_volume_dialog_accent</item>
<item name="android:textColorPrimaryInverse">@color/tv_volume_dialog_accent</item>
<item name="android:dialogCornerRadius">@dimen/volume_dialog_panel_width_half</item>
</style>
</resources>