Use dark dialog theme for SystemUI dialogs on TV

Change parent for Theme.SystemUI.Dialog to Default dark Dialog theme for the
television UI mode (values-television)

Change-Id: Ie8c312fa7a0109a1ed5ab11b6547df361f5279a8
Screenshot: https://screenshot.googleplex.com/to5sSHs73tL.png
Test: created a dialog with Theme.SystemUI.Dialog on TV (see screenshot)
Bug: 80181780
This commit is contained in:
Oleksandr Tolstykh
2018-08-17 11:25:30 +02:00
parent 7d14ca8912
commit 27acf6debb

View File

@@ -15,5 +15,6 @@
-->
<resources xmlns:android="http://schemas.android.com/apk/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" />
</resources>