summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2014-08-10 18:30:55 -0700
committerAdam Cohen <adamcohen@google.com>2014-08-11 15:40:37 +0000
commit4e243a2dad3700868035256af1882d7a4fee2385 (patch)
tree47545a50e089337b8c912ac8bd406970cdf6e7f1 /res/values/attrs.xml
parent9bfdb76aaf5c8679b8f2ee3a9a3df2becefb947a (diff)
downloadandroid_packages_apps_Trebuchet-4e243a2dad3700868035256af1882d7a4fee2385.tar.gz
android_packages_apps_Trebuchet-4e243a2dad3700868035256af1882d7a4fee2385.tar.bz2
android_packages_apps_Trebuchet-4e243a2dad3700868035256af1882d7a4fee2385.zip
Updating the widget tray
-> adding dark panel / associated visual updates -> cleaning up the sizing / padding / to match all apps -> fixing a couple things from previous CL -> (removed Context#getDrawable() calls, L-only) Change-Id: Ia65a6eb704b35f74e7305be9334c27971b22235a
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index f3bfcec61..12fa3cd2b 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -98,11 +98,6 @@
<!-- 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" />