summaryrefslogtreecommitdiffstats
path: root/res/values
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
commitea5df36ac1cdfbb569e6ba725c2df433d614d0f5 (patch)
tree8ecc50e4e41463426703f9bd8de9acc0d727de1a /res/values
parent7d161351c5aac3f88eb61003d56f30275ad4a180 (diff)
downloadandroid_packages_apps_Gallery2-ea5df36ac1cdfbb569e6ba725c2df433d614d0f5.tar.gz
android_packages_apps_Gallery2-ea5df36ac1cdfbb569e6ba725c2df433d614d0f5.tar.bz2
android_packages_apps_Gallery2-ea5df36ac1cdfbb569e6ba725c2df433d614d0f5.zip
layouts, image icons, and layer behavour
bug:7328726 Change-Id: I94300771dd7b6ff5b4196365f13320fbc4bdde92
Diffstat (limited to 'res/values')
-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>