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

Commit 3c319bbb authored by Galia Peycheva's avatar Galia Peycheva Committed by Android (Google) Code Review
Browse files

Merge "Fix tv volume control icon color"

parents cd5fe787 e385a89c
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>