summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-03-17 11:57:24 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-03-17 11:57:39 -0700
commit05c8c57fa72a81f34058036f6dc30c084ca6742b (patch)
tree5fe8be4bb54c2822f80b7134d1df19a6459d90c4 /res/values/dimens.xml
parent1bc8fc3de2113b7be9df304309a42276d642a8c4 (diff)
downloadandroid_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.tar.gz
android_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.tar.bz2
android_packages_apps_Trebuchet-05c8c57fa72a81f34058036f6dc30c084ca6742b.zip
Removing dependency on LauncherCallbacks for getting the search bounds
> Instead of handling insets in BaseContainerView, directly applying them to margins, as that scpace can't be used for scroll handling > Appliying the top and bottom padding in xml > The left & right padding is defied in xml which is reused for scroll handling Bug: 27108154 Change-Id: Ia32e6d5e8fd1bfafb1d77d1244ce2268e4da9df9
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index b06afc48c..a70d3b806 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -67,6 +67,9 @@
<dimen name="container_fastscroll_popup_size">72dp</dimen>
<dimen name="container_fastscroll_popup_text_size">48dp</dimen>
+ <item name="container_margin" format="fraction" type="fraction">0%</item>
+ <dimen name="container_min_margin">8dp</dimen>
+
<!-- All Apps -->
<dimen name="all_apps_button_scale_down">0dp</dimen>
<dimen name="all_apps_grid_view_start_margin">0dp</dimen>