From 353eea62ff266ccf6d8c6fdc9b4209936c9986cc Mon Sep 17 00:00:00 2001 From: Tejasvp25 Date: Mon, 9 Nov 2020 11:14:14 +0000 Subject: [PATCH] Cherish: POSP Vol panel styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibeb558ffe1141088110d41f6767782ea37197042 Signed-off-by: Hưng Phan --- res/values/cherish_arrays.xml | 17 +++++++++++++++++ res/values/cherish_strings.xml | 15 +++++++++++++++ res/xml/cherish_settings_theme.xml | 14 ++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index 9c9ae3d..bab0a4f 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -677,4 +677,21 @@ 4 5 + + + + @string/volume_panel_stock + @string/volume_panel_aosp + @string/volume_panel_compact + @string/volume_panel_oreo + @string/volume_panel_tiled + + + + @string/volume_panel_stock_val + @string/volume_panel_aosp_val + @string/volume_panel_compact_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 02b02f1..8142879 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -735,4 +735,19 @@ Click to partial screenshot Short click Volume Down and Power to take partial screenshot + + Volume Panel Style + Stock + AOSP + Compact + Oreo + Tiled + + + com.android.systemui.volume + 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 a544831..a9d27b9 100644 --- a/res/xml/cherish_settings_theme.xml +++ b/res/xml/cherish_settings_theme.xml @@ -48,4 +48,18 @@ android:entryValues="@array/theme_type_values" android:defaultValue="1"/> + + + + + + \ No newline at end of file