OSDN Git Service

Update Launcher to use theme colors.
authorAndrew Sapperstein <asapperstein@google.com>
Sun, 19 Jun 2016 19:49:00 +0000 (12:49 -0700)
committerAndrew Sapperstein <asapperstein@google.com>
Mon, 20 Jun 2016 18:46:44 +0000 (11:46 -0700)
commitabef55a1c1f1fda4f42e4b4223534dd21f3dc19f
tree026341e2da1bc96f719b2ee7f8984b6d83442c87
parentae50284e0a838139c67caf0064a0977c871497fa
Update Launcher to use theme colors.

Instead of using hard-coded variants of colors, use the theme color
that corresponds (colorAccent, colorPrimary, etc).

Updated:
- "Search for more apps" text
- App info drop target hover color
- PageIndicatorDots
- All apps & widget scroll bar & scroll popup colors
- All apps section text color
- widget picker background color

TODO:
- widget picker header color

BUG: 28625102
Change-Id: I74b543ff71b8caef8cd950c8183ac84c759cb4d5
23 files changed:
res/drawable-ldrtl/container_fastscroll_popup_bg.xml
res/drawable/container_fastscroll_popup_bg.xml
res/layout/all_apps_search_market.xml
res/layout/widget_cell.xml
res/layout/widgets_list_row_view.xml
res/layout/widgets_view.xml
res/values-v21/styles.xml
res/values/colors.xml
res/values/styles.xml
src/com/android/launcher3/BaseContainerView.java
src/com/android/launcher3/BaseRecyclerViewFastScrollBar.java
src/com/android/launcher3/BaseRecyclerViewFastScrollPopup.java
src/com/android/launcher3/BubbleTextView.java
src/com/android/launcher3/InfoDropTarget.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/Utilities.java
src/com/android/launcher3/WidgetPreviewLoader.java
src/com/android/launcher3/allapps/AllAppsContainerView.java
src/com/android/launcher3/allapps/AllAppsGridAdapter.java
src/com/android/launcher3/pageindicators/PageIndicatorDots.java
src/com/android/launcher3/widget/WidgetCell.java
src/com/android/launcher3/widget/WidgetsContainerView.java
src/com/android/launcher3/widget/WidgetsListAdapter.java