diff options
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r-- | res/values/attrs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 3ef26fb..bb1b85f 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -75,6 +75,11 @@ <attr name="cellCountX" /> <!-- The number of vertical cells in a page --> <attr name="cellCountY" /> + <!-- The padding of the pages that are dynamically created per page --> + <attr name="pageLayoutPaddingTop" format="dimension" /> + <attr name="pageLayoutPaddingBottom" format="dimension" /> + <attr name="pageLayoutPaddingLeft" format="dimension" /> + <attr name="pageLayoutPaddingRight" format="dimension" /> </declare-styleable> <!-- CustomizePagedView specific attributes. These attributes are used to customize |