diff options
Diffstat (limited to 'res/values/attrs.xml')
-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 |