summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2013-10-29 14:45:58 -0700
committerDanesh M <daneshm90@gmail.com>2014-06-05 23:34:45 -0700
commit86e2ac3bb6119d730521ac8ff5cab11d77ee28e1 (patch)
tree5ad278507fe7b380e3493d4745dedf530d68e491 /res/values/attrs.xml
parent6a2146f8835bb455d9799742150cb36785be2a96 (diff)
downloadandroid_packages_apps_Trebuchet-86e2ac3bb6119d730521ac8ff5cab11d77ee28e1.tar.gz
android_packages_apps_Trebuchet-86e2ac3bb6119d730521ac8ff5cab11d77ee28e1.tar.bz2
android_packages_apps_Trebuchet-86e2ac3bb6119d730521ac8ff5cab11d77ee28e1.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 a2266f7ef..c64b4f9ec 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>