OSDN Git Service

Reodering some drawables
authorSunny Goyal <sunnygoyal@google.com>
Wed, 13 May 2015 20:06:11 +0000 (13:06 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Thu, 14 May 2015 18:14:09 +0000 (11:14 -0700)
commit5a92b2356f1c5f79207c4e9bd47d7b0b5bcf6f78
tree1409c3e82e1a167373d666b3b567006780b82bd4
parentdb1360dbbbc8e94a13be52debdb5395b1be5a32f
Reodering some drawables

  > quantum_panel_shape is xml rectangle with no margin
  > quantum_panel_bitmap is 9-patch drawable with inbuild shadow and margin
  > quantum_panel uses xml-shape for lollipop and 9-patch image for lower
    devices. It includes margin. For shadow, use elevation on lollipop
  > All drawables have _dark variant
  > Using #f5f5f5 for panel background, instead of #ffffff

Change-Id: Ia7c6cea6d514ee3774fcf5fef6139650bdd53208
32 files changed:
res/drawable-hdpi/quantum_panel.9.png [deleted file]
res/drawable-hdpi/quantum_panel_bitmap.9.png [new file with mode: 0644]
res/drawable-hdpi/quantum_panel_dark.9.png [deleted file]
res/drawable-hdpi/quantum_panel_dark_bitmap.9.png [new file with mode: 0644]
res/drawable-mdpi/quantum_panel.9.png [deleted file]
res/drawable-mdpi/quantum_panel_bitmap.9.png [new file with mode: 0644]
res/drawable-mdpi/quantum_panel_dark.9.png [deleted file]
res/drawable-mdpi/quantum_panel_dark_bitmap.9.png [new file with mode: 0644]
res/drawable-v21/quantum_panel.xml [new file with mode: 0644]
res/drawable-v21/quantum_panel_dark.xml [new file with mode: 0644]
res/drawable-xhdpi/quantum_panel.9.png [deleted file]
res/drawable-xhdpi/quantum_panel_bitmap.9.png [new file with mode: 0644]
res/drawable-xhdpi/quantum_panel_dark.9.png [deleted file]
res/drawable-xhdpi/quantum_panel_dark_bitmap.9.png [new file with mode: 0644]
res/drawable-xxhdpi/quantum_panel.9.png [deleted file]
res/drawable-xxhdpi/quantum_panel_bitmap.9.png [new file with mode: 0644]
res/drawable-xxhdpi/quantum_panel_dark.9.png [deleted file]
res/drawable-xxhdpi/quantum_panel_dark_bitmap.9.png [new file with mode: 0644]
res/drawable-xxxhdpi/quantum_panel_bitmap.9.png [new file with mode: 0644]
res/drawable-xxxhdpi/quantum_panel_dark_bitmap.9.png [new file with mode: 0644]
res/drawable/apps_list_search_bg.xml
res/drawable/apps_search_bg.xml
res/drawable/quantum_panel.xml [new file with mode: 0644]
res/drawable/quantum_panel_dark.xml [new file with mode: 0644]
res/drawable/quantum_panel_shape.xml [moved from res/drawable/apps_list_bg.xml with 92% similarity]
res/drawable/quantum_panel_shape_dark.xml [moved from res/drawable/apps_reveal_bg.xml with 86% similarity]
res/layout/user_folder.xml
res/layout/widgets_view.xml
res/values/colors.xml
res/values/dimens.xml
src/com/android/launcher3/AppsContainerView.java
src/com/android/launcher3/Folder.java