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

Commit e385a89c authored by Galia Peycheva's avatar Galia Peycheva
Browse files

Fix tv volume control icon color

Bug: 197736823
Test: manual
Change-Id: I629a8f911055e47e9c1614923ec9818df9107a9f
parent b9f1ce48
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
     limitations under the License.
-->

<resources xmlns:android="http://schemas.android.com/apk/res/android">
<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android">
    <style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Dialog" />
    <style name="Theme.SystemUI.Dialog.Alert" parent="@*android:style/Theme.DeviceDefault.Dialog.Alert" />

@@ -25,7 +26,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="androidprv:textColorOnAccent">@color/tv_volume_dialog_accent</item>
        <item name="android:dialogCornerRadius">@dimen/volume_dialog_panel_width_half</item>
    </style>