mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: overlay: Speed up animations
On low powered, legacy devices, the animations are a bit sluggish. Set the animation scales to 50% to make the UI feel snappier.
This commit is contained in:
parent
cf829e944e
commit
a891807aac
1 changed files with 4 additions and 0 deletions
|
|
@ -31,4 +31,8 @@
|
|||
<bool name="def_vibrate_when_ringing">true</bool>
|
||||
<!-- Enable UI touch haptic feedback by default -->
|
||||
<bool name="def_haptic_feedback">true</bool>
|
||||
<!-- Set Window animation scale to 50% by default -->
|
||||
<fraction name="def_window_animation_scale">50%</fraction>
|
||||
<!-- Set Window transition scale to 50% by default -->
|
||||
<fraction name="def_window_transition_scale">50%</fraction>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue