summaryrefslogtreecommitdiffstats
path: root/res/layout/details_list.xml
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2011-09-30 09:57:14 -0700
committerEvan Millar <emillar@google.com>2011-09-30 16:18:57 -0700
commitcf19320192ae5799b7ba147949bc9ef0d3a9c8d5 (patch)
tree6bd48c42e12fe38313a891506e05301b5164d162 /res/layout/details_list.xml
parent2ec4e1c43dbd2488738a4ab529a535a276425fd5 (diff)
downloadandroid_packages_apps_Snap-cf19320192ae5799b7ba147949bc9ef0d3a9c8d5.tar.gz
android_packages_apps_Snap-cf19320192ae5799b7ba147949bc9ef0d3a9c8d5.tar.bz2
android_packages_apps_Snap-cf19320192ae5799b7ba147949bc9ef0d3a9c8d5.zip
Various UI fixes in Gallery
-New assets for grid and strip selection borders. -Fix spacing in details dialog. -New scrollbar asset in the strip view. -Deleted unused ScrollView.java and GlDetailsView.java bug:5327238 Change-Id: I147b8f8069f42e345110f7ae86c47d331551f089
Diffstat (limited to 'res/layout/details_list.xml')
-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"
+/>