summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-08-02 16:34:43 -0700
committerRomain Guy <romainguy@google.com>2011-08-02 17:04:17 -0700
commit1cd93b9b2614d635f2ee42fc320519f5e40d34a9 (patch)
tree6461afc3bd29d3355043aee6ab087300b5adb9b7 /overlay
parentc0a5ada0eddc2e7d2dedcbe6590dc264cc3ef980 (diff)
downloaddevice_samsung_tuna-1cd93b9b2614d635f2ee42fc320519f5e40d34a9.zip
device_samsung_tuna-1cd93b9b2614d635f2ee42fc320519f5e40d34a9.tar.gz
device_samsung_tuna-1cd93b9b2614d635f2ee42fc320519f5e40d34a9.tar.bz2
Disable marquee fading edges
Change-Id: I468541c3dbe841ea220f5bca6169cdca00e420ca
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index a10092d..fd564ff 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -149,4 +149,6 @@
<!-- Boolean indicating where bluetooth is always powered on but kept at
low power mode -->
<bool translatable="false" name="config_bluetooth_adapter_quick_switch">false</bool>
+
+ <bool name="config_ui_enableFadingMarquee">false</bool>
</resources>