summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-10-29 14:45:58 -0700
committerAdam Cohen <adamcohen@google.com>2013-10-31 14:34:19 -0700
commit3b185e2513bcc3318753c21d3909d8dab2291e31 (patch)
tree6a42033338cbc9af5558ab396b652bdc7c256cee /res/values-land
parentb88ae4158d42edac85616a8db1dbda11609b9237 (diff)
downloadandroid_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.tar.gz
android_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.tar.bz2
android_packages_apps_Trebuchet-3b185e2513bcc3318753c21d3909d8dab2291e31.zip
Fixing up PagedView to work in landscape mode
-> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/dimens.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/values-land/dimens.xml b/res/values-land/dimens.xml
index 5961b1936..07d92798d 100644
--- a/res/values-land/dimens.xml
+++ b/res/values-land/dimens.xml
@@ -19,11 +19,6 @@
<dimen name="toolbar_button_vertical_padding">8dip</dimen>
<dimen name="toolbar_button_horizontal_padding">0dip</dimen>
-<!-- Workspace -->
- <!-- We really want the page spacing to be the max of either the button bar
- height or the qsb bar height -->
- <dimen name="workspace_page_spacing">-1dp</dimen>
-
<!-- AppsCustomize -->
<dimen name="apps_customize_tab_bar_height">42dp</dimen>
<integer name="apps_customize_widget_cell_count_x">3</integer>