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 @@ + + + + + +