diff options
author | Adam Cohen <adamcohen@google.com> | 2010-10-05 12:27:22 -0700 |
---|---|---|
committer | Adam Cohen <adamcohen@google.com> | 2010-10-05 14:08:00 -0700 |
commit | 9c4949e12c909d5e01d24386147b1c528015b31b (patch) | |
tree | 2ab81228507c4c1fcbfcac98fc8369ccaaa836bf /res/values | |
parent | 67f7f43f54613aeeccc37d5920014515eb765d59 (diff) | |
download | packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.zip packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.gz packages_apps_trebuchet-9c4949e12c909d5e01d24386147b1c528015b31b.tar.bz2 |
->Added attribute to PagedView to specify spacing between
adjacent pages
->Fixing crash on phones
Change-Id: I8ea97ce6d569c59b6d51b544dc10b0310d294b43
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/attrs.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 3e2a8e9..14a5e98 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -89,6 +89,8 @@ <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" /> </declare-styleable> <!-- CustomizePagedView specific attributes. These attributes are used to customize |