OSDN Git Service

Adding graphic for all apps empty search screen.
authorWinson <winsonc@google.com>
Thu, 20 Aug 2015 00:26:21 +0000 (17:26 -0700)
committerWinson <winsonc@google.com>
Fri, 28 Aug 2015 19:34:55 +0000 (12:34 -0700)
commitfee206f2419a0ffa90abf4f9f3f9e0b6d0b74906
tree479fb593a01d34c844ca0bd201b47a9de04fb3af
parenta79b18ad36ca9025ac4862c492260a656f61c7cf
Adding graphic for all apps empty search screen.

Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
34 files changed:
proguard.flags
res/drawable-hdpi/ic_all_apps_bg_hand.png [new file with mode: 0644]
res/drawable-hdpi/ic_all_apps_bg_icon_1.png [new file with mode: 0644]
res/drawable-hdpi/ic_all_apps_bg_icon_2.png [new file with mode: 0644]
res/drawable-hdpi/ic_all_apps_bg_icon_3.png [new file with mode: 0644]
res/drawable-hdpi/ic_all_apps_bg_icon_4.png [new file with mode: 0644]
res/drawable-mdpi/ic_all_apps_bg_hand.png [new file with mode: 0644]
res/drawable-mdpi/ic_all_apps_bg_icon_1.png [new file with mode: 0644]
res/drawable-mdpi/ic_all_apps_bg_icon_2.png [new file with mode: 0644]
res/drawable-mdpi/ic_all_apps_bg_icon_3.png [new file with mode: 0644]
res/drawable-mdpi/ic_all_apps_bg_icon_4.png [new file with mode: 0644]
res/drawable-xhdpi/ic_all_apps_bg_hand.png [new file with mode: 0644]
res/drawable-xhdpi/ic_all_apps_bg_icon_1.png [new file with mode: 0644]
res/drawable-xhdpi/ic_all_apps_bg_icon_2.png [new file with mode: 0644]
res/drawable-xhdpi/ic_all_apps_bg_icon_3.png [new file with mode: 0644]
res/drawable-xhdpi/ic_all_apps_bg_icon_4.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_all_apps_bg_hand.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_all_apps_bg_icon_1.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_all_apps_bg_icon_2.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_all_apps_bg_icon_3.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_all_apps_bg_icon_4.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_all_apps_bg_hand.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_all_apps_bg_icon_1.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_all_apps_bg_icon_2.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_all_apps_bg_icon_3.png [new file with mode: 0644]
res/drawable-xxxhdpi/ic_all_apps_bg_icon_4.png [new file with mode: 0644]
res/layout/all_apps_empty_search.xml
res/values-sw600dp/dimens.xml
res/values-sw720dp/dimens.xml
res/values/dimens.xml
src/com/android/launcher3/allapps/AllAppsBackgroundDrawable.java [new file with mode: 0644]
src/com/android/launcher3/allapps/AllAppsContainerView.java
src/com/android/launcher3/allapps/AllAppsGridAdapter.java
src/com/android/launcher3/allapps/AllAppsRecyclerView.java