summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorMark Brophy <mbrophy@google.com>2014-08-11 12:37:00 +0000
committerMark Brophy <mbrophy@google.com>2014-08-11 12:37:00 +0000
commitfd0f02ce428880e7dc59ebc94717c3e25d22cbb7 (patch)
treef7a8c90e206701c2129eb5c7ed4956c265478329 /res/values/attrs.xml
parentb172c13dcced9226c935991ef9fe85cc920ce811 (diff)
downloadandroid_packages_apps_Trebuchet-fd0f02ce428880e7dc59ebc94717c3e25d22cbb7.tar.gz
android_packages_apps_Trebuchet-fd0f02ce428880e7dc59ebc94717c3e25d22cbb7.tar.bz2
android_packages_apps_Trebuchet-fd0f02ce428880e7dc59ebc94717c3e25d22cbb7.zip
Revert "Updating the widget tray"
This reverts commit b172c13dcced9226c935991ef9fe85cc920ce811. Change-Id: I375fb105e3cf6fa2c1548306cf6a109d612077de
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 12fa3cd2b..f3bfcec61 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -98,6 +98,11 @@
<!-- A spacing override for the icons within a page -->
<attr name="pageLayoutWidthGap" format="dimension" />
<attr name="pageLayoutHeightGap" format="dimension" />
+ <!-- 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" />
<!-- The page indicator for this workspace -->
<attr name="pageIndicator" format="reference" />