From ba1cbe83313371213a8018aef16a63886cacd17f Mon Sep 17 00:00:00 2001 From: Tejasvp25 Date: Sat, 27 Jun 2020 13:27:47 +0530 Subject: [PATCH] Cherish: POSP Vol panel styles Change-Id: Ibeb558ffe1141088110d41f6767782ea37197042 --- res/drawable/ic_volume.xml | 7 +++++++ res/values/cherish_arrays.xml | 15 +++++++++++++++ res/values/cherish_strings.xml | 13 +++++++++++++ res/xml/cherish_settings_theme.xml | 14 ++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 res/drawable/ic_volume.xml diff --git a/res/drawable/ic_volume.xml b/res/drawable/ic_volume.xml new file mode 100644 index 0000000..d7c12c7 --- /dev/null +++ b/res/drawable/ic_volume.xml @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 3f30fb7..96663e2 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -501,4 +501,19 @@ 3 4 + + + + @string/volume_panel_aosp + @string/volume_panel_compat + @string/volume_panel_oreo + @string/volume_panel_tiled + + + + @string/volume_panel_aosp_val + @string/volume_panel_compat_val + @string/volume_panel_oreo_val + @string/volume_panel_tiled_val + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 8917afa..a7b4dbf 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -572,4 +572,17 @@ Display condition cards in Settings screen Dashboard suggestions Display suggestion cards in Settings screen + + + Volume Panel Style + AOSP + Compat + Oreo + Tiled + + + co.potatoproject.plugin.volume.aosp + co.potatoproject.plugin.volume.compact + co.potatoproject.plugin.volume.oreo + co.potatoproject.plugin.volume.tiled diff --git a/res/xml/cherish_settings_theme.xml b/res/xml/cherish_settings_theme.xml index c40b1cf..b4b5f51 100644 --- a/res/xml/cherish_settings_theme.xml +++ b/res/xml/cherish_settings_theme.xml @@ -51,6 +51,20 @@ + + + + + +