Tab indicator of work tab should be in orange color

Also fix the tab according to the spec.

Fix: 70272233

Change-Id: Ib4a0446d52a8488aadada1b823b3f541c4031d43
This commit is contained in:
Tony Mak
2017-12-07 15:32:36 +00:00
parent bc683e9d06
commit 195f005448
4 changed files with 71 additions and 20 deletions

View File

@@ -61,7 +61,6 @@ import com.android.launcher3.util.ItemInfoMatcher;
import com.android.launcher3.util.PackageUserKey;
import com.android.launcher3.util.TransformingTouchDelegate;
import com.android.launcher3.views.BottomUserEducationView;
import com.android.launcher3.views.SlidingTabStrip;
import java.util.HashMap;
import java.util.List;
@@ -486,7 +485,7 @@ public class AllAppsContainerView extends RelativeLayout implements DragSource,
if (mTabsPagerAdapter != null) {
return;
}
final SlidingTabStrip tabs = findViewById(R.id.tabs);
final PersonalWorkSlidingTabStrip tabs = findViewById(R.id.tabs);
mViewPager.setAdapter(mTabsPagerAdapter = new TabsPagerAdapter());
mViewPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() {