mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Disable window rounded corner animations
For graphics performance reasons Bug: 122347746 Test: visual; swipe up on overview Change-Id: I7132a252efdada434ac9fce812eccdca94d9c635
This commit is contained in:
parent
b74d196491
commit
510233e283
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@
|
||||||
for different hardware and product builds. -->
|
for different hardware and product builds. -->
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
|
<!-- Disable rounded corners on windows to improve graphics performance -->
|
||||||
|
<bool name="config_supportsRoundedCornersOnWindows">false</bool>
|
||||||
|
|
||||||
<!-- Values for GPS configuration -->
|
<!-- Values for GPS configuration -->
|
||||||
<string-array translatable="false" name="config_gpsParameters">
|
<string-array translatable="false" name="config_gpsParameters">
|
||||||
<item>XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin</item>
|
<item>XTRA_SERVER_1=https://xtrapath1.izatcloud.net/xtra3grc.bin</item>
|
||||||
|
|
Loading…
Reference in a new issue