Cherish: Add interpolators to qs tiles animation [2/2]

Change-Id: I702fdb87ed821290b5a895381f7b987e3a36a58d
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
Signed-off-by: Arghya Chanda <arghyac35@gmail.com>
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Nico60
2016-05-29 13:04:12 +02:00
committed by Hưng Phan
parent f802e64457
commit 382eeb9172
4 changed files with 76 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
<PreferenceCategory
android:key="quick_settings_animations"
android:title="@string/qs_tile_animation_title"/>
android:title="@string/qs_tile_animation_title">
<ListPreference
android:key="qs_tile_animation_style"
@@ -37,6 +37,12 @@
android:entries="@array/qs_tile_animation_duration_entries"
android:entryValues="@array/qs_tile_animation_duration_values"
android:persistent="false" />
</PreferenceCategory>
<ListPreference
android:key="qs_tile_animation_interpolator"
android:title="@string/qs_tile_animation_interpolator_title"
android:entries="@array/qs_tile_animation_interpolator_entries"
android:entryValues="@array/qs_tile_animation_interpolator_values"
android:persistent="false" />
</PreferenceCategory>
</PreferenceScreen>