summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WallpaperPickerActivity.java
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-03 18:15:08 -0700
committerMichael Jurka <mikejurka@google.com>2013-10-03 18:15:08 -0700
commit5b4b6904ae4d7706ff4c523018787320bc874333 (patch)
tree50a5e0f33b05193773a20e106904a5289c09b895 /src/com/android/launcher3/WallpaperPickerActivity.java
parented60ba1e24512bef0bb2b749b6297e8c7e5330cf (diff)
downloadandroid_packages_apps_Trebuchet-5b4b6904ae4d7706ff4c523018787320bc874333.tar.gz
android_packages_apps_Trebuchet-5b4b6904ae4d7706ff4c523018787320bc874333.tar.bz2
android_packages_apps_Trebuchet-5b4b6904ae4d7706ff4c523018787320bc874333.zip
Finalize visuals of wallpaper picker items
Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
Diffstat (limited to 'src/com/android/launcher3/WallpaperPickerActivity.java')
-rw-r--r--src/com/android/launcher3/WallpaperPickerActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/WallpaperPickerActivity.java b/src/com/android/launcher3/WallpaperPickerActivity.java
index 12e69d312..0282eacd4 100644
--- a/src/com/android/launcher3/WallpaperPickerActivity.java
+++ b/src/com/android/launcher3/WallpaperPickerActivity.java
@@ -295,7 +295,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
// Add a tile for the Gallery
LinearLayout masterWallpaperList = (LinearLayout) findViewById(R.id.master_wallpaper_list);
FrameLayout galleryThumbnail = (FrameLayout) getLayoutInflater().
- inflate(R.layout.wallpaper_picker_gallery_item, masterWallpaperList, false);
+ inflate(R.layout.wallpaper_picker_image_picker_item, masterWallpaperList, false);
setWallpaperItemPaddingToZero(galleryThumbnail);
masterWallpaperList.addView(galleryThumbnail, 0);