sdm660-common: overlays: lower animation speed from 1x to 0.5x
Signed-off-by: srfarias <erikofarias@gmail.com>
This commit is contained in:
parent
3861367840
commit
8d1b0b8514
1 changed files with 8 additions and 1 deletions
|
@ -682,4 +682,11 @@
|
|||
|
||||
<!-- Enable dual LTE capability support-->
|
||||
<bool name="config_dual_LTE_capability">true</bool>
|
||||
|
||||
<!-- The default value for transition animation scale found in developer settings.
|
||||
1.0 corresponds to 1x animator scale, 0 means that there will be no transition
|
||||
animations. Note that this is only a default and will be overridden by a
|
||||
user-set value if toggled by settings so the "Transition animation scale" setting
|
||||
should also be hidden if intended to be permanent. -->
|
||||
<item name="config_appTransitionAnimationDurationScaleDefault" format="float" type="dimen">0.5</item>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue