summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2011-10-03 13:29:26 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-03 13:29:26 -0700
commit92aa3ff53508e1d3eeb60f3101eef9b70a0fab56 (patch)
tree218cfe9cde770bcdec3b67ab02433a6d9af4b2d5 /res/layout
parent6b66d707c43c5657e90cc72a86e2fb20238632f1 (diff)
parentcf19320192ae5799b7ba147949bc9ef0d3a9c8d5 (diff)
downloadandroid_packages_apps_Snap-92aa3ff53508e1d3eeb60f3101eef9b70a0fab56.tar.gz
android_packages_apps_Snap-92aa3ff53508e1d3eeb60f3101eef9b70a0fab56.tar.bz2
android_packages_apps_Snap-92aa3ff53508e1d3eeb60f3101eef9b70a0fab56.zip
Merge "Various UI fixes in Gallery"
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/details_list.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/res/layout/details_list.xml b/res/layout/details_list.xml
new file mode 100644
index 000000000..b80ab6ca8
--- /dev/null
+++ b/res/layout/details_list.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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.
+-->
+
+<ListView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="16dp"
+ android:dividerHeight="8dp"
+/>