Merge "Update the colors of the tabs of work profile pagination" into sc-dev

This commit is contained in:
Takeshi Hagikura
2021-06-14 07:54:39 +00:00
committed by Android (Google) Code Review
14 changed files with 192 additions and 11 deletions

View File

@@ -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());
}