OSDN Git Service

Getting the Overview Mode to look up to spec
authorAdam Cohen <adamcohen@google.com>
Sun, 22 Sep 2013 19:09:32 +0000 (12:09 -0700)
committerAdam Cohen <adamcohen@google.com>
Mon, 23 Sep 2013 00:41:40 +0000 (17:41 -0700)
commit410f3cdfb4a8c2cf82749a3e73201fb7930540ae
tree76cce025d072353d887c499b17a09b4f13b48eda
parente67ccac004416d78d37968f60fe68f3bac6d33c1
Getting the Overview Mode to look up to spec

-> New assets, text, fonts
-> New spacing of pages (translated upwards)
-> Updated outline color to white (the ones we're drawing)

Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
50 files changed:
res/drawable-hdpi/homescreen_blue_normal_holo.9.png [deleted file]
res/drawable-hdpi/homescreen_blue_strong_holo.9.png [deleted file]
res/drawable-hdpi/ic_gel_setting_icn.png [deleted file]
res/drawable-hdpi/ic_gel_wallpaper_icn.png [deleted file]
res/drawable-hdpi/ic_gel_widget_icn.png [deleted file]
res/drawable-hdpi/ic_setting.png [new file with mode: 0644]
res/drawable-hdpi/ic_wallpaper.png [new file with mode: 0644]
res/drawable-hdpi/ic_widget.png [new file with mode: 0644]
res/drawable-hdpi/screenpanel.9.png [new file with mode: 0644]
res/drawable-hdpi/screenpanel_hover.9.png [new file with mode: 0644]
res/drawable-mdpi/homescreen_blue_normal_holo.9.png [deleted file]
res/drawable-mdpi/homescreen_blue_strong_holo.9.png [deleted file]
res/drawable-mdpi/ic_gel_setting_icn.png [deleted file]
res/drawable-mdpi/ic_gel_wallpaper_icn.png [deleted file]
res/drawable-mdpi/ic_gel_widget_icn.png [deleted file]
res/drawable-mdpi/ic_setting.png [new file with mode: 0644]
res/drawable-mdpi/ic_setting_icn.png [new file with mode: 0644]
res/drawable-mdpi/ic_wallpaper.png [new file with mode: 0644]
res/drawable-mdpi/ic_widget.png [new file with mode: 0644]
res/drawable-mdpi/screenpanel.9.png [new file with mode: 0644]
res/drawable-mdpi/screenpanel_hover.9.png [new file with mode: 0644]
res/drawable-xhdpi/homescreen_blue_normal_holo.9.png [deleted file]
res/drawable-xhdpi/homescreen_blue_strong_holo.9.png [deleted file]
res/drawable-xhdpi/ic_gel_setting_icn.png [deleted file]
res/drawable-xhdpi/ic_gel_wallpaper_icn.png [deleted file]
res/drawable-xhdpi/ic_gel_widget_icn.png [deleted file]
res/drawable-xhdpi/ic_setting.png [new file with mode: 0644]
res/drawable-xhdpi/ic_wallpaper.png [new file with mode: 0644]
res/drawable-xhdpi/ic_widget.png [new file with mode: 0644]
res/drawable-xhdpi/screenpanel.9.png [new file with mode: 0644]
res/drawable-xhdpi/screenpanel_hover.9.png [new file with mode: 0644]
res/drawable-xxhdpi/homescreen_blue_normal_holo.9.png [deleted file]
res/drawable-xxhdpi/homescreen_blue_strong_holo.9.png [deleted file]
res/drawable-xxhdpi/ic_gel_setting_icn.png [deleted file]
res/drawable-xxhdpi/ic_gel_wallpaper_icn.png [deleted file]
res/drawable-xxhdpi/ic_gel_widget_icn.png [deleted file]
res/drawable-xxhdpi/ic_setting.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_wallpaper.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_widget.png [new file with mode: 0644]
res/drawable-xxhdpi/screenpanel.9.png [new file with mode: 0644]
res/drawable-xxhdpi/screenpanel_hover.9.png [new file with mode: 0644]
res/layout/overview_panel.xml
res/values/colors.xml
res/values/config.xml
res/values/dimens.xml
res/values/strings.xml
src/com/android/launcher3/BubbleTextView.java
src/com/android/launcher3/CellLayout.java
src/com/android/launcher3/PagedView.java
src/com/android/launcher3/Workspace.java