OSDN Git Service

Removing old scroll indicator and adding page indicator dots.
authorWinson Chung <winsonc@google.com>
Tue, 16 Jul 2013 18:11:32 +0000 (11:11 -0700)
committerWinson Chung <winsonc@google.com>
Wed, 17 Jul 2013 18:15:22 +0000 (11:15 -0700)
commitd2be381d36485059d0108ae89cfe57a30a7a8499
tree105185b3b15aed3a1ea825a8f6f73e54a1c5fec2
parentb5da44583957ffe9b0311074eeb77d33e753a9e5
Removing old scroll indicator and adding page indicator dots.

Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
22 files changed:
res/drawable-hdpi/active_page.png [new file with mode: 0644]
res/drawable-hdpi/inactive_page.png [new file with mode: 0644]
res/drawable-mdpi/active_page.png [new file with mode: 0644]
res/drawable-mdpi/inactive_page.png [new file with mode: 0644]
res/drawable-xhdpi/active_page.png [new file with mode: 0644]
res/drawable-xhdpi/inactive_page.png [new file with mode: 0644]
res/layout-land/launcher.xml
res/layout-port/launcher.xml
res/layout-sw600dp-land/launcher.xml [new file with mode: 0644]
res/layout-sw720dp/launcher.xml
res/layout/apps_customize_pane.xml
res/layout/page_indicator.xml [new file with mode: 0644]
res/layout/page_indicator_marker.xml [new file with mode: 0644]
res/values/attrs.xml
res/values/dimens.xml
src/com/android/launcher3/AppsCustomizeTabHost.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/PageIndicator.java [new file with mode: 0644]
src/com/android/launcher3/PageIndicatorMarker.java [new file with mode: 0644]
src/com/android/launcher3/PagedView.java
src/com/android/launcher3/PagedViewWithDraggableItems.java
src/com/android/launcher3/Workspace.java