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

@@ -32,6 +32,14 @@
android:entries="@array/theme_type_titles"
android:entryValues="@array/theme_type_values"
android:defaultValue="1"/>
<ListPreference
android:key="switch_style"
android:icon="@drawable/ic_switch_theme"
android:title="@string/switch_style_title"
android:persistent="false"
android:entries="@array/switch_style_entries"
android:entryValues="@array/switch_style_values" />
</PreferenceCategory>