feat: UI 走查

This commit is contained in:
eggmanQQQ
2025-01-08 14:08:47 +08:00
parent 3764603c43
commit 8fa3310236
35 changed files with 341 additions and 165 deletions

View File

@@ -51,7 +51,7 @@ public class BubbleView extends AppCompatTextView {
GradientDrawable gradientDrawable = new GradientDrawable();
gradientDrawable.setShape(GradientDrawable.RECTANGLE);
// gradientDrawable.setShape(GradientDrawable.RECTANGLE);
gradientDrawable.setCornerRadius(ScreenUtil.dip2px(20));
gradientDrawable.setCornerRadius(ScreenUtil.dip2px(25));
gradientDrawable.setColor(Color.parseColor("#FC5168"));
setBackground(gradientDrawable);
setPadding(ScreenUtil.dip2px(6), ScreenUtil.dip2px(2), ScreenUtil.dip2px(6), ScreenUtil.dip2px(2));