OSDN Git Service

Display setting and support in a tab layout - DO NOT MERGE
authorFan Zhang <zhfan@google.com>
Wed, 23 Mar 2016 22:31:08 +0000 (15:31 -0700)
committerFan Zhang <zhfan@google.com>
Wed, 20 Apr 2016 18:42:15 +0000 (11:42 -0700)
commit2869157ba9b071f56691a285394500fa4c8a0a79
tree9c8fa5b11f21843e08968755f96a92fcd998fa58
parent18bf2fbdac097ab078cd3c2b726cc9fc971c9dd9
Display setting and support in a tab layout - DO NOT MERGE

Bug: 28269035
Bug: 28139604
21 files changed:
res/drawable/ic_feedback_24dp.xml [new file with mode: 0644]
res/drawable/ic_forum_24dp.xml [new file with mode: 0644]
res/drawable/ic_help_24dp.xml [new file with mode: 0644]
res/layout/dashboard_container.xml [new file with mode: 0644]
res/layout/dashboard_container_header.xml [new file with mode: 0644]
res/layout/sliding_tab_indicator_view.xml [new file with mode: 0644]
res/layout/sliding_tab_title_view.xml [new file with mode: 0644]
res/layout/support_escalation_card.xml [new file with mode: 0644]
res/layout/support_fragment.xml [new file with mode: 0644]
res/layout/support_tile.xml [new file with mode: 0644]
res/values/dimens.xml
res/values/strings.xml
src/com/android/settings/InstrumentedFragment.java
src/com/android/settings/SettingsActivity.java
src/com/android/settings/dashboard/DashboardContainerFragment.java [new file with mode: 0644]
src/com/android/settings/dashboard/DashboardSummary.java
src/com/android/settings/dashboard/SupportFragment.java [new file with mode: 0644]
src/com/android/settings/overlay/FeatureFactory.java
src/com/android/settings/overlay/FeatureFactoryImpl.java
src/com/android/settings/overlay/SupportFeatureProvider.java [new file with mode: 0644]
src/com/android/settings/widget/SlidingTabLayout.java [new file with mode: 0644]