summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 02:19:31 +0000
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-19 02:20:34 +0000
commit50d4e62972f51be99a00aeae38aab9ea4dd065f3 (patch)
tree78e42c580240d002f96b20bd5ea7a3a916d0c18f /res/values
parentcdb1e61ac246649e6bb6049e969ff1414e13e650 (diff)
downloadandroid_packages_apps_Trebuchet-50d4e62972f51be99a00aeae38aab9ea4dd065f3.tar.gz
android_packages_apps_Trebuchet-50d4e62972f51be99a00aeae38aab9ea4dd065f3.tar.bz2
android_packages_apps_Trebuchet-50d4e62972f51be99a00aeae38aab9ea4dd065f3.zip
Fix post-merge breakage from the new 4.2 stuff
Diffstat (limited to 'res/values')
-rw-r--r--res/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 2afcdef45..eb4e2cd81 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -91,6 +91,10 @@
<!-- Drag padding to add to the bottom of drop targets -->
<dimen name="drop_target_drag_padding">14dp</dimen>
+ <!-- roughly a status bar (for vertically centering the all apps
+ home icon in landscape) -->
+ <dimen name="status_bar_height">25dip</dimen>
+
<!-- Dragging -->
<!-- the area at the edge of the screen that makes the workspace go left
or right while you're dragging. -->