个性装扮展示完成

This commit is contained in:
2025-06-09 09:14:32 +08:00
parent c9f5c59ba8
commit 53ade75f84
25 changed files with 437 additions and 185 deletions

View File

@@ -56,7 +56,7 @@ public class CustomSlidingTabLayout extends HorizontalScrollView implements View
*/
private Rect mTabRect = new Rect();
// private GradientDrawable mIndicatorDrawable = new GradientDrawable();
private GradientDrawable mIndicatorDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, new int[]{Color.parseColor("#FFBB53FF"), Color.parseColor("#FF514FFF")});
private GradientDrawable mIndicatorDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, new int[]{Color.parseColor("#45D08C"), Color.parseColor("#45D08C")});
private Paint mRectPaint = new Paint(Paint.ANTI_ALIAS_FLAG);