mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Disable window rounded corner animations
For graphics performance reasons
This commit is contained in:
parent
ab74a417b9
commit
97aa3b8823
1 changed files with 3 additions and 0 deletions
|
@ -234,4 +234,7 @@
|
|||
|
||||
<!-- For performance and storage reasons, limit the number of fingerprints per user -->
|
||||
<integer name="config_fingerprintMaxTemplatesPerUser">4</integer>
|
||||
|
||||
<!-- Disable rounded corners on windows to improve graphics performance -->
|
||||
<bool name="config_supportsRoundedCornersOnWindows">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue