aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-03-09 12:45:03 -0800
committerAndreas Blaesius <skate4life@gmx.de>2016-03-23 05:06:36 -0700
commita0f170971dd61418e6846ce83eae7ce2459bd136 (patch)
tree8bcb29617f84206b4f4eff68a7099dcb9d2ca9d5
parent4b37d66deb1a2165547873117d00b2079411f80e (diff)
downloaddevice_samsung_espressowifi-a0f170971dd61418e6846ce83eae7ce2459bd136.zip
device_samsung_espressowifi-a0f170971dd61418e6846ce83eae7ce2459bd136.tar.gz
device_samsung_espressowifi-a0f170971dd61418e6846ce83eae7ce2459bd136.tar.bz2
espresso: fade off by default
This fixes orientation glitch on screen-off animation for 7 inch tab2 if hwrotation=270. Change-Id: I8a03230fa3ae81a10854059b09f1b076b850aac0
-rw-r--r--overlay/aosp-common/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
index 72e9d78..673a541 100644
--- a/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/aosp-common/frameworks/base/core/res/res/values/config.xml
@@ -64,6 +64,9 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
+ <!-- If this is true, the screen will fade off. -->
+ <bool name="config_animateScreenLights">true</bool>
+
<!-- If true, the screen can be rotated via the accelerometer in all 4
rotations as the default behavior. -->
<bool name="config_allowAllRotations">true</bool>