summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_list.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-11-09 13:46:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-11-09 13:46:48 -0800
commite3d8bfb157e277c7538e704552b7ff4acbf5b847 (patch)
tree772db2ac553236f1d5507e30450badbdd309bc42 /res/layout/live_wallpaper_list.xml
parent494e2039f855120f065ccdf4b33cb7d2e0a79abb (diff)
parenta465d422cdb6f72c40f3e773261e0e6b2d69c773 (diff)
downloadandroid_packages_wallpapers_LivePicker-e3d8bfb157e277c7538e704552b7ff4acbf5b847.tar.gz
android_packages_wallpapers_LivePicker-e3d8bfb157e277c7538e704552b7ff4acbf5b847.tar.bz2
android_packages_wallpapers_LivePicker-e3d8bfb157e277c7538e704552b7ff4acbf5b847.zip
am a465d422: am 2f26cced: New, safer, live wallpaper picker.
Merge commit 'a465d422cdb6f72c40f3e773261e0e6b2d69c773' * commit 'a465d422cdb6f72c40f3e773261e0e6b2d69c773': New, safer, live wallpaper picker.
Diffstat (limited to 'res/layout/live_wallpaper_list.xml')
-rw-r--r--res/layout/live_wallpaper_list.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/res/layout/live_wallpaper_list.xml b/res/layout/live_wallpaper_list.xml
new file mode 100644
index 0000000..bab79ff
--- /dev/null
+++ b/res/layout/live_wallpaper_list.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2009 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.
+-->
+
+<merge xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <ListView
+ android:id="@android:id/list"
+
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+
+ android:drawSelectorOnTop="false" />
+
+ <TextView
+ android:id="@android:id/empty"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+
+ android:gravity="center"
+ android:visibility="gone"
+
+ android:text="@string/live_wallpaper_empty"
+ android:textAppearance="?android:attr/textAppearanceMedium" />
+
+</merge> \ No newline at end of file