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