summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2012-10-11 21:04:41 -0700
committerJohn Hoford <hoford@google.com>2012-10-11 21:22:13 -0700
commit9091fa91be360ba04fccda1eab2b7a5f676c3a82 (patch)
treed8bc8b9d6e662b19ad1800bfa4725d4bc6e37890 /res/values/attrs.xml
parente63a412af626681fd7a0acf8f537abdb75e700c0 (diff)
downloadandroid_packages_apps_Snap-9091fa91be360ba04fccda1eab2b7a5f676c3a82.tar.gz
android_packages_apps_Snap-9091fa91be360ba04fccda1eab2b7a5f676c3a82.tar.bz2
android_packages_apps_Snap-9091fa91be360ba04fccda1eab2b7a5f676c3a82.zip
layouts, image icons, and layer behavour
bug:7328726 Change-Id: I94300771dd7b6ff5b4196365f13320fbc4bdde92
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 94d5b72de..f8ebd0592 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -18,4 +18,7 @@
<attr name="listPreferredItemHeightSmall" format="dimension" />
<attr name="switchStyle" format="reference" />
</declare-styleable>
+ <declare-styleable name="CenteredLinearLayout">
+ <attr name="max_width" format="dimension" />
+ </declare-styleable>
</resources>