aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2016-10-30 20:03:35 +0100
committerAndreas Blaesius <skate4life@gmx.de>2016-10-30 20:03:35 +0100
commit8d970f4d2bfc65d806c6569ca6d08115dc51eafd (patch)
tree680a75c3dc3647f7b2126b8703398c246a3975e8
parent53dbea3dfa65bf1270db00f25c4b542715091fc5 (diff)
downloaddevice_samsung_espressowifi-8d970f4d2bfc65d806c6569ca6d08115dc51eafd.tar.gz
device_samsung_espressowifi-8d970f4d2bfc65d806c6569ca6d08115dc51eafd.tar.bz2
device_samsung_espressowifi-8d970f4d2bfc65d806c6569ca6d08115dc51eafd.zip
espresso: re-add "fade off by default"
This fixes orientation glitch on screen-off animation for 7 inch tab2 if hwrotation=270. Change-Id: I7faefa787a77ba1dbc5176b38ec72489e10f7fb9
-rw-r--r--overlay/cm-common/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/cm-common/frameworks/base/core/res/res/values/config.xml b/overlay/cm-common/frameworks/base/core/res/res/values/config.xml
index d5b0725..62dd8ed 100644
--- a/overlay/cm-common/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/cm-common/frameworks/base/core/res/res/values/config.xml
@@ -49,4 +49,8 @@
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">64</integer>
+ <!-- If this is true, the screen will fade off.
+ espresso: needed on p31xx if hwrotation=270 -->
+ <bool name="config_animateScreenLights">true</bool>
+
</resources>