Cherish: Add animations to quick settings tiles [2/2]
Change-Id: I2e4009027d35a519a8e8b3b17e41b4dcd829c307 Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -19,5 +19,24 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/animations_title"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" >
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="quick_settings_animations"
|
||||
android:title="@string/qs_tile_animation_title"/>
|
||||
|
||||
<ListPreference
|
||||
android:key="qs_tile_animation_style"
|
||||
android:title="@string/qs_tile_animation_style_title"
|
||||
android:entries="@array/qs_tile_animation_style_entries"
|
||||
android:entryValues="@array/qs_tile_animation_style_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference
|
||||
android:key="qs_tile_animation_duration"
|
||||
android:title="@string/qs_tile_animation_duration_title"
|
||||
android:entries="@array/qs_tile_animation_duration_entries"
|
||||
android:entryValues="@array/qs_tile_animation_duration_values"
|
||||
android:persistent="false" />
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user