Cherish: POSP Vol panel styles

Change-Id: Ibeb558ffe1141088110d41f6767782ea37197042
This commit is contained in:
Tejasvp25
2020-06-27 13:27:47 +05:30
committed by Hưng Phan
parent cda53d6f99
commit ba1cbe8331
4 changed files with 49 additions and 0 deletions

View File

@@ -501,4 +501,19 @@
<item>3</item>
<item>4</item>
</string-array>
<!-- Volume Panel -->
<string-array name="volume_panel_entries">
<item>@string/volume_panel_aosp</item>
<item>@string/volume_panel_compat</item>
<item>@string/volume_panel_oreo</item>
<item>@string/volume_panel_tiled</item>
</string-array>
<string-array name="volume_panel_values" translatable="false">
<item>@string/volume_panel_aosp_val</item>
<item>@string/volume_panel_compat_val</item>
<item>@string/volume_panel_oreo_val</item>
<item>@string/volume_panel_tiled_val</item>
</string-array>
</resources>

View File

@@ -572,4 +572,17 @@
<string name="settings_show_conditions_summary">Display condition cards in Settings screen</string>
<string name="settings_show_suggestions_title">Dashboard suggestions</string>
<string name="settings_show_suggestions_summary">Display suggestion cards in Settings screen</string>
<!-- Volume Panel Plugin -->
<string name="volume_panel">Volume Panel Style</string>
<string name="volume_panel_aosp">AOSP</string>
<string name="volume_panel_compat">Compat</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Tiled</string>
<!-- Volume Panel Plugin Values -->
<string name="volume_panel_aosp_val">co.potatoproject.plugin.volume.aosp</string>
<string name="volume_panel_compat_val">co.potatoproject.plugin.volume.compact</string>
<string name="volume_panel_oreo_val">co.potatoproject.plugin.volume.oreo</string>
<string name="volume_panel_tiled_val">co.potatoproject.plugin.volume.tiled</string>
</resources>