summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/live_wallpaper_entry.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-xlarge/live_wallpaper_entry.xml')
-rw-r--r--res/layout-xlarge/live_wallpaper_entry.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout-xlarge/live_wallpaper_entry.xml b/res/layout-xlarge/live_wallpaper_entry.xml
index b2515a7..eacb487 100644
--- a/res/layout-xlarge/live_wallpaper_entry.xml
+++ b/res/layout-xlarge/live_wallpaper_entry.xml
@@ -21,15 +21,16 @@
android:padding="6dip">
<ImageView
android:id="@+id/thumbnail"
- android:layout_width="@dimen/live_wallpaper_thumbnail_width"
- android:layout_height="@dimen/live_wallpaper_thumbnail_height"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
android:layout_gravity="center"
+ android:layout_weight="1"
android:scaleType="centerCrop" />
<TextView
android:id="@+id/title"
- android:layout_width="@dimen/live_wallpaper_thumbnail_width"
- android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_weight="0"
android:layout_gravity="center"
android:gravity="bottom"
android:textAppearance="?android:attr/textAppearanceMedium"