Cherish:Switch Styles[2/3]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Anushek Prasal
2021-01-25 17:44:21 +07:00
committed by Hưng Phan
parent 46224fdb62
commit 142ccc57c0
3 changed files with 43 additions and 0 deletions

View File

@@ -1134,4 +1134,26 @@
<item>3</item>
<item>4</item>
</string-array>
<!-- Switch styles -->
<string-array name="switch_style_entries" translatable="false">
<item>@string/switch_default</item>
<item>@string/switch_oneplus</item>
<item>@string/switch_narrow</item>
<item>@string/switch_contained</item>
<item>@string/switch_telegram</item>
<item>@string/switch_md2</item>
<item>@string/switch_retro</item>
<item>@string/switch_stockish</item>
</string-array>
<string-array name="switch_style_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
</string-array>
</resources>