mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 08:56:55 +00:00
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:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user