summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/config.xml
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2011-02-24 08:11:41 +0100
committerKeyan Mobli <persiansown@gmail.com>2011-02-25 11:37:38 -0800
commitbf17157b30b4da4718679755472f64beb6f9a786 (patch)
treea57009f9923261b51067304e9f27d740387b3239 /core/res/res/values/config.xml
parenteae76b9aeda04285bba12da44194c8d12efa1e25 (diff)
downloadframeworks_base-bf17157b30b4da4718679755472f64beb6f9a786.zip
frameworks_base-bf17157b30b4da4718679755472f64beb6f9a786.tar.gz
frameworks_base-bf17157b30b4da4718679755472f64beb6f9a786.tar.bz2
Enable configure put Rotary more down to move for ldpi devices
ldpi devices are overlaying call name ID with Rotary on input call. With this, rotary top position can be configured more down without affecting other devices Change-Id: I732dd06f063467fbcfd3dab60731382dca918965
Diffstat (limited to 'core/res/res/values/config.xml')
-rw-r--r--core/res/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 4bea57f..ab47fe4 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -388,4 +388,7 @@
<!-- Enable the screen-off animation -->
<bool name="config_enableScreenOffAnimation">true</bool>
+ <!-- Configure rotary bottom margin -->
+ <integer name="config_rotaryMarginBottomDIP">60</integer>
+
</resources>