summaryrefslogtreecommitdiffstats
path: root/res/layout/wallpaper_picker_gallery_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wallpaper_picker_gallery_item.xml')
-rw-r--r--res/layout/wallpaper_picker_gallery_item.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/layout/wallpaper_picker_gallery_item.xml b/res/layout/wallpaper_picker_gallery_item.xml
index 7f30f8040..ecfba600e 100644
--- a/res/layout/wallpaper_picker_gallery_item.xml
+++ b/res/layout/wallpaper_picker_gallery_item.xml
@@ -27,11 +27,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#66000000"
- android:scaleType="fitXY" />
+ android:scaleType="centerCrop" />
<TextView
android:id="@+id/wallpaper_item_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
+ android:text="@string/pick_image"
+ android:drawableTop="@drawable/ic_images"
+ android:drawablePadding="4dp"
android:textColor="#FFFFFFFF"/>
</com.android.launcher3.CheckableFrameLayout>