Cherish:Switch styles [2/3]

This commit is contained in:
SKULSHADY
2018-12-30 21:21:33 +07:00
committed by Hung Phan
parent f23d0aeea4
commit 378706a0fa
5 changed files with 50 additions and 0 deletions

View File

@@ -353,4 +353,16 @@
<item>1</item>
<item>0</item>
</string-array>
<!-- Switch styles -->
<string-array name="switch_style_entries" translatable="false">
<item>@string/switch_default</item>
<item>@string/switch_md2</item>
<item>@string/switch_oneplus</item>
</string-array>
<string-array name="switch_style_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>