summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_list.xml
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2010-12-01 17:00:10 -0800
committerAdam Lesinski <adamlesinski@google.com>2010-12-03 15:58:36 -0800
commit494767f1f8a29d2197837463fb6477646e682478 (patch)
treee5e7a9516ca9915d4fb0d9f514447740675053b9 /res/layout/live_wallpaper_list.xml
parent2a0932d0c10f620f70617702386aa3b3af03a63c (diff)
downloadandroid_packages_wallpapers_LivePicker-494767f1f8a29d2197837463fb6477646e682478.tar.gz
android_packages_wallpapers_LivePicker-494767f1f8a29d2197837463fb6477646e682478.tar.bz2
android_packages_wallpapers_LivePicker-494767f1f8a29d2197837463fb6477646e682478.zip
Updated the LivePicker for tablet UI
- Basic UI for the new LivePicker. Missing small tweaks Change-Id: I5d48e5ea5afc7feccf5f35124b944283060685df
Diffstat (limited to 'res/layout/live_wallpaper_list.xml')
-rw-r--r--res/layout/live_wallpaper_list.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/live_wallpaper_list.xml b/res/layout/live_wallpaper_list.xml
index 9ac8c66..a3c22bb 100644
--- a/res/layout/live_wallpaper_list.xml
+++ b/res/layout/live_wallpaper_list.xml
@@ -14,8 +14,9 @@
limitations under the License.
-->
-<merge xmlns:android="http://schemas.android.com/apk/res/android" >
-
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ListView
android:id="@android:id/list"
@@ -34,5 +35,4 @@
android:text="@string/live_wallpaper_empty"
android:textAppearance="?android:attr/textAppearanceMedium" />
-
-</merge> \ No newline at end of file
+</FrameLayout> \ No newline at end of file