summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-05-11 18:54:45 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-11 18:54:45 +0000
commit62227274cb2c16c87beda01991c61618c800f66b (patch)
tree28082b94feb139299f6b3df88a4d8d583c8a4c19 /res/values/dimens.xml
parent484d56b4750c84351496ed95b4473d2eb2fc43cf (diff)
parent75deaf3d8f369bd13ea59ec3740324a5cfeb3099 (diff)
downloadandroid_packages_apps_Trebuchet-62227274cb2c16c87beda01991c61618c800f66b.tar.gz
android_packages_apps_Trebuchet-62227274cb2c16c87beda01991c61618c800f66b.tar.bz2
android_packages_apps_Trebuchet-62227274cb2c16c87beda01991c61618c800f66b.zip
Merge "Using xml-drawable and elevation as folder background" into ub-launcher3-burnaby
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 46830d6e5..4d33b88bc 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -76,10 +76,14 @@
or right while you're dragging. -->
<dimen name="scroll_zone">20dp</dimen>
- <!-- When dragging an item, how much bigger (fixed dps) the dragged view
- should be. If 0, it will not be scaled at all. -->
+ <!-- When dragging an item, how much bigger (fixed dps) the dragged view
+ should be. If 0, it will not be scaled at all. -->
<dimen name="dragViewScale">12dp</dimen>
+ <!-- Elevation for the drag view. It should be larger than elevation of all other drag sources
+ and drop targets like all-apps and folders -->
+ <dimen name="drag_elevation">30dp</dimen>
+
<!-- Widget tray -->
<dimen name="widget_container_inset">8dp</dimen>
<dimen name="widget_preview_size">120dp</dimen>
@@ -108,6 +112,7 @@
<!-- The amount that the preview contents are inset from the preview background -->
<dimen name="folder_preview_padding">4dp</dimen>
<dimen name="folder_name_padding">10dp</dimen>
+ <dimen name="folder_shadow_padding">8dp</dimen>
<!-- Sizes for managed profile badges -->
<dimen name="profile_badge_size">24dp</dimen>