From e8327b4700ab3927014b134e269e0ca6d49cb9ff Mon Sep 17 00:00:00 2001 From: Hongguang Chen Date: Fri, 14 Feb 2020 10:02:22 -0800 Subject: [PATCH] Add TV volume bar appearance customization ag/10483280 added the TV volume bar position customization. But its appearance customization which set the bar to horizontal orientation is still in TV device overlay. This change moves that to SystemUI to make it clear. Bug: 146436981 Test: make SystemUI and check the volume bar. Change-Id: Ifb3f3c5bb24228049ed5cc8cd2ad9868f573c648 --- .../volume_dialog_row.xml | 69 +++++++++++++++++++ .../res/values-land-television/dimens.xml | 21 ++++++ 2 files changed, 90 insertions(+) create mode 100644 packages/SystemUI/res/layout-land-television/volume_dialog_row.xml create mode 100644 packages/SystemUI/res/values-land-television/dimens.xml diff --git a/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml b/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml new file mode 100644 index 0000000000000..08209ab09169c --- /dev/null +++ b/packages/SystemUI/res/layout-land-television/volume_dialog_row.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + diff --git a/packages/SystemUI/res/values-land-television/dimens.xml b/packages/SystemUI/res/values-land-television/dimens.xml new file mode 100644 index 0000000000000..499341c662b16 --- /dev/null +++ b/packages/SystemUI/res/values-land-television/dimens.xml @@ -0,0 +1,21 @@ + + + + + + 252dp + 36dp +