Cherish:Added ANIMATION_DURATION options [2/2]

Correct few things in AnimationSettings

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alexey Derendyaev
2018-09-26 15:38:08 +05:30
committed by Hưng Phan
parent 9c0e1c565a
commit 76037acfce
3 changed files with 32 additions and 14 deletions

View File

@@ -23,6 +23,15 @@
<PreferenceCategory
android:title="@string/system_animation_title">
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="animation_duration"
android:max="1500"
android:persistent="false"
android:title="@string/animation_duration_title"
settings:min="0"
settings:units="ms"
settings:interval="50"/>
<ListPreference
android:key="activity_open"
android:title="@string/activity_open_title" />