OSDN Git Service

Add an empty status fragment for status and suggestions.
authorFan Zhang <zhfan@google.com>
Thu, 24 Mar 2016 20:01:05 +0000 (13:01 -0700)
committerFan Zhang <zhfan@google.com>
Fri, 1 Apr 2016 16:07:31 +0000 (09:07 -0700)
commit3feafd22ed998508d71ba466d88ce7d0541bd9b9
tree976924507640d69264a4588095071ac668e7bbbe
parent6251501ef3d43321ddc36e82a40203c364ccb1be
Add an empty status fragment for status and suggestions.

Bug: 27927402

Also add a TabLayout to show title for these fragments, inspired by
http://goo.gl/aOt51Q

Change-Id: I40bab3075480670558ac9a896337109f10e8c90c
res/layout/dashboard_container_header.xml [new file with mode: 0644]
res/layout/dashboard_status.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/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
src/com/android/settings/dashboard/DashboardStatusFragment.java [new file with mode: 0644]
src/com/android/settings/widget/SlidingTabLayout.java [new file with mode: 0644]