mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Update the colors of the tabs of work profile pagination" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7937cecde2
@@ -59,7 +59,8 @@ public class PersonalWorkSlidingTabStrip extends LinearLayout implements PageInd
|
||||
R.dimen.all_apps_header_pill_corner_radius);
|
||||
|
||||
mSelectedIndicatorPaint = new Paint();
|
||||
mSelectedIndicatorPaint.setColor(context.getColor(R.color.all_apps_tab_bg));
|
||||
mSelectedIndicatorPaint.setColor(
|
||||
context.getColor(R.color.all_apps_tab_background_selected));
|
||||
|
||||
mIsRtl = Utilities.isRtl(getResources());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user