summaryrefslogtreecommitdiffstats
path: root/res/values-land
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-land
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-land')
-rw-r--r--res/values-land/dimens.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml
index 06a99842e..2be939154 100644
--- a/res/values-land/dimens.xml
+++ b/res/values-land/dimens.xml
@@ -18,4 +18,7 @@
<!-- QSB -->
<dimen name="toolbar_button_vertical_padding">8dip</dimen>
<dimen name="toolbar_button_horizontal_padding">0dip</dimen>
+
+<!-- Container -->
+ <item name="container_margin" format="fraction" type="fraction">12%</item>
</resources>