OSDN Git Service

Updating the widget tray
authorAdam Cohen <adamcohen@google.com>
Mon, 11 Aug 2014 01:30:55 +0000 (18:30 -0700)
committerAdam Cohen <adamcohen@google.com>
Mon, 11 Aug 2014 15:40:37 +0000 (15:40 +0000)
commit4e243a2dad3700868035256af1882d7a4fee2385
tree47545a50e089337b8c912ac8bd406970cdf6e7f1
parent9bfdb76aaf5c8679b8f2ee3a9a3df2becefb947a
Updating the widget tray

-> adding dark panel / associated visual updates
-> cleaning up the sizing / padding / to match all apps
-> fixing a couple things from previous CL
-> (removed Context#getDrawable() calls, L-only)

Change-Id: Ia65a6eb704b35f74e7305be9334c27971b22235a
17 files changed:
res/drawable-hdpi/quantum_panel.9.png
res/drawable-hdpi/quantum_panel_dark.9.png [new file with mode: 0644]
res/drawable-mdpi/quantum_panel.9.png
res/drawable-mdpi/quantum_panel_dark.9.png [new file with mode: 0644]
res/drawable-xhdpi/quantum_panel.9.png
res/drawable-xhdpi/quantum_panel_dark.9.png [new file with mode: 0644]
res/drawable-xxhdpi/quantum_panel.9.png
res/drawable-xxhdpi/quantum_panel_dark.9.png [new file with mode: 0644]
res/layout/apps_customize_widget.xml
res/values/attrs.xml
res/values/colors.xml
res/values/dimens.xml
src/com/android/launcher3/AppsCustomizePagedView.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/PagedView.java
src/com/android/launcher3/PagedViewGridLayout.java
src/com/android/launcher3/Workspace.java