summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-08-18 16:27:03 -0700
committerDianne Hackborn <hackbod@google.com>2010-08-18 18:47:56 -0700
commit3101712c68aa3a9f88478771cf6e60d11e41a0d9 (patch)
treec4443d78c7233d8b7c0e9fa8824017518b1cb1e6 /overlay
parenta59b76392e8a3133f6293e603e83cf33663fb4be (diff)
downloadstingray-3101712c68aa3a9f88478771cf6e60d11e41a0d9.tar.gz
Turn off blurring.
And we thought blurring was bad on the Nexus One...! Change-Id: Iab906d23c6c4ec12ccb73bfa7a91b6971b475f8f
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 3 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 46402ce..5bea385 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -20,6 +20,9 @@
<!-- These resources are around just to allow their values to be customized
for different hardware and product builds. -->
<resources>
+ <!-- Software blur is too slow on this device. -->
+ <bool name="config_sf_slowBlur">true</bool>
+
<!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
Please don't copy them, copy anything else. -->