summaryrefslogtreecommitdiffstats
path: root/res/layout/live_wallpaper_entry.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_entry.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_entry.xml')
-rw-r--r--res/layout/live_wallpaper_entry.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/live_wallpaper_entry.xml b/res/layout/live_wallpaper_entry.xml
index cce484f..b39cefb 100644
--- a/res/layout/live_wallpaper_entry.xml
+++ b/res/layout/live_wallpaper_entry.xml
@@ -29,7 +29,7 @@
android:id="@+id/thumbnail"
android:layout_width="@dimen/live_wallpaper_thumbnail_width"
- android:layout_height="@dimen/live_wallpaper_thumbnail_width"
+ android:layout_height="@dimen/live_wallpaper_thumbnail_height"
android:layout_gravity="center_vertical"
@@ -47,7 +47,7 @@
android:orientation="vertical">
<TextView
- android:id="@+id/title_author"
+ android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"