summaryrefslogtreecommitdiffstats
path: root/res/values/attrs.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2012-07-19 18:35:30 +0800
committerWu-cheng Li <wuchengli@google.com>2012-07-20 16:07:11 +0800
commit2b44c26ec288da393f3b745647b529a0d58e4aa4 (patch)
tree5111f2cf1437ffaa128b4aa9220ebe55d973597d /res/values/attrs.xml
parent6af8c7d7caca4f0ba9879db09da7daa100ddd0cf (diff)
downloadandroid_packages_apps_Snap-2b44c26ec288da393f3b745647b529a0d58e4aa4.tar.gz
android_packages_apps_Snap-2b44c26ec288da393f3b745647b529a0d58e4aa4.tar.bz2
android_packages_apps_Snap-2b44c26ec288da393f3b745647b529a0d58e4aa4.zip
Do not use listPreferredItemHeightSmall before API 14.
bug:6706647 Change-Id: I9ebdb299e16bdf467cc46b3d094306d93147ee64
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r--res/values/attrs.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
new file mode 100644
index 000000000..f9c3d2486
--- /dev/null
+++ b/res/values/attrs.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <declare-styleable name="Theme.GalleryBase">
+ <attr name="listPreferredItemHeightSmall" format="dimension" />
+ </declare-styleable>
+</resources>