OSDN Git Service

Support tab UI polish.
authorFan Zhang <zhfan@google.com>
Mon, 13 Jun 2016 20:50:13 +0000 (13:50 -0700)
committerFan Zhang <zhfan@google.com>
Tue, 14 Jun 2016 17:30:23 +0000 (10:30 -0700)
commit31405d0023c59787a094b31d72291761fcf8ac9b
tree3757df028ee2cf9db6ee2bfc263149d2b5f4a017
parent8b8a012913a87cd2a36b9222209310e292485803
Support tab UI polish.

Bug: 29107343
Bug: 29101595

1) Changing the font weight of the tabs to Medium
2) Changing the tab indicator color
3) Increasing the padding on the top and bottom of the entire suggestion
space (from 6dp to 8dp)
4) Balancing the space of list components within their perspective list
heights
5) Adjusting the padding on the right side to improve alignment
6) Changing "Suggestions" and suggestions counter font weight and size
7) Removing the drop shadow on the bottom of the suggestion space
8) "More help" subheader has been removed
9) Use 54% #000000 as tint color for more help icons.

Change-Id: If3e1c5ce2701422fba6185e7fa340abccc9bd30c
14 files changed:
res/drawable/ic_forum_24dp.xml
res/drawable/ic_help_24dp.xml
res/drawable/ic_lightbulb_outline_24.xml
res/layout/dashboard_category.xml
res/layout/dashboard_spacer.xml
res/layout/dashboard_tile.xml
res/layout/sliding_tab_indicator_view.xml
res/layout/sliding_tab_title_view.xml
res/layout/suggestion_header.xml
res/layout/suggestion_tile.xml
res/layout/support_item_subtitle.xml [deleted file]
res/values/strings.xml
res/values/styles.xml
src/com/android/settings/dashboard/SupportItemAdapter.java