summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
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/attrs.xml
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/attrs.xml')
-rw-r--r--res/values/attrs.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index a2d3a83e0..0006a7455 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -103,8 +103,7 @@
<attr name="pageLayoutPaddingBottom" format="dimension" />
<attr name="pageLayoutPaddingLeft" format="dimension" />
<attr name="pageLayoutPaddingRight" format="dimension" />
- <!-- The space between adjacent pages of the PagedView. -->
- <attr name="pageSpacing" format="dimension" />
+
<!-- The page indicator for this workspace -->
<attr name="pageIndicator" format="reference" />
</declare-styleable>