Cherish: Miui Vol panel styles[1/2]

This commit is contained in:
Hưng Phan
2020-08-24 21:10:41 +07:00
parent 420b702bbd
commit 8d3f59d4d8
2 changed files with 4 additions and 0 deletions

View File

@@ -497,6 +497,7 @@
<!-- Volume Panel -->
<string-array name="volume_panel_entries">
<item>@string/volume_panel_default</item>
<item>@string/volume_panel_aosp</item>
<item>@string/volume_panel_compat</item>
<item>@string/volume_panel_oreo</item>
@@ -504,6 +505,7 @@
</string-array>
<string-array name="volume_panel_values" translatable="false">
<item>@string/volume_panel_default_val</item>
<item>@string/volume_panel_aosp_val</item>
<item>@string/volume_panel_compat_val</item>
<item>@string/volume_panel_oreo_val</item>

View File

@@ -588,12 +588,14 @@
<string name="volume_panel_compat">Compat</string>
<string name="volume_panel_oreo">Oreo</string>
<string name="volume_panel_tiled">Tiled</string>
<string name="volume_panel_default">Default</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>
<string name="volume_panel_default_val">com.android.systemui.volume</string>
<!-- Power menu Animations -->
<string name="power_menu_animation">Power menu</string>