diff --git a/res/values/cherish_arrays.xml b/res/values/cherish_arrays.xml index fa12b51..ebe8c6d 100644 --- a/res/values/cherish_arrays.xml +++ b/res/values/cherish_arrays.xml @@ -569,4 +569,57 @@ 2 3 + + + + @string/qs_tile_animation_style_off + @string/qs_tile_animation_style_flip + @string/qs_tile_animation_style_rotate + + + + 0 + 1 + 2 + + + + + @string/qs_tile_animation_duration_low + @string/qs_tile_animation_duration_default + @string/qs_tile_animation_duration_fast + @string/qs_tile_animation_duration_quite_fast + @string/qs_tile_animation_duration_super_fast + + + + 2500 + 2000 + 1500 + 1000 + 500 + + + + + @string/qs_tile_animation_interpolator_linearInterpolator + @string/qs_tile_animation_interpolator_accelerateInterpolator + @string/qs_tile_animation_interpolator_decelerateInterpolator + @string/qs_tile_animation_interpolator_accelerateDecelerateInterpolator + @string/qs_tile_animation_interpolator_bounceInterpolator + @string/qs_tile_animation_interpolator_overshootInterpolator + @string/qs_tile_animation_interpolator_anticipateInterpolator + @string/qs_tile_animation_interpolator_anticipateOvershootInterpolator + + + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 4b60284..469d3e5 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -623,4 +623,29 @@ CRT Scale Screen off animation + + + QS Tiles + Animation style + Animation duration + Tiles animation interpolator + No animation + Flip + Rotate + Low + Default + Fast + Quite fast + Super fast + Linear + Accelerate + Decelerate + Accelerate decelerate + Bounce + Overshoot + Anticipate + Anticipate overshoot + %1$s + %1$s + %1$s diff --git a/res/xml/cherish_settings_animations.xml b/res/xml/cherish_settings_animations.xml index 178cba7..dde343a 100644 --- a/res/xml/cherish_settings_animations.xml +++ b/res/xml/cherish_settings_animations.xml @@ -122,4 +122,34 @@ android:entryValues="@array/screen_off_animation_values" android:persistent="false" android:defaultValue="0" /> + + + + + + + + + +