Cherish:Allow toggling animations off [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Shuhao Wu
2018-10-30 15:30:52 +05:30
committed by Hưng Phan
parent 76037acfce
commit 98df05de35
2 changed files with 10 additions and 0 deletions

View File

@@ -32,6 +32,12 @@
settings:units="ms"
settings:interval="50"/>
<com.cherish.settings.preferences.GlobalSettingSwitchPreference
android:key="disable_transition_animations"
android:title="@string/disable_transition_animations_title"
android:summary="@string/disable_transition_animations_summary"
android:defaultValue="false" />
<ListPreference
android:key="activity_open"
android:title="@string/activity_open_title" />