OSDN Git Service

Add live wallpapers and third-party pickers to bottom strip
authorMichael Jurka <mikejurka@google.com>
Wed, 18 Sep 2013 14:04:36 +0000 (16:04 +0200)
committerMichael Jurka <mikejurka@google.com>
Thu, 19 Sep 2013 23:12:53 +0000 (01:12 +0200)
commit998e4ff3dca60d65e94fa2ec4a35cb258124318b
treefaacde95f38543cda8b7223c41bf8db6fafe08ab
parent437dec39ee89ba6817967ae5bd75d663eecad5db
Add live wallpapers and third-party pickers to bottom strip

Bug: 10742727
Bug: 10805463

Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c
res/layout/live_wallpaper_picker_item.xml [new file with mode: 0644]
res/layout/third_party_wallpaper_picker_item.xml [new file with mode: 0644]
res/layout/wallpaper_picker.xml
res/layout/wallpaper_picker_gallery_item.xml
res/values/colors.xml
src/com/android/launcher3/LiveWallpaperListAdapter.java [new file with mode: 0644]
src/com/android/launcher3/ThirdPartyWallpaperPickerListAdapter.java [new file with mode: 0644]
src/com/android/launcher3/WallpaperPickerActivity.java