feat:完成消息页UI改版

This commit is contained in:
Max
2023-11-24 19:04:41 +08:00
parent e1b7a5464d
commit 4f24fed67f
21 changed files with 367 additions and 192 deletions

View File

@@ -52,7 +52,7 @@ public class BubbleView extends AppCompatTextView {
gradientDrawable.setShape(GradientDrawable.RECTANGLE);
// gradientDrawable.setShape(GradientDrawable.RECTANGLE);
gradientDrawable.setCornerRadius(ScreenUtil.dip2px(20));
gradientDrawable.setColor(Color.parseColor("#FF3B30"));
gradientDrawable.setColor(Color.parseColor("#FC5168"));
setBackground(gradientDrawable);
setPadding(ScreenUtil.dip2px(6), ScreenUtil.dip2px(2), ScreenUtil.dip2px(6), ScreenUtil.dip2px(2));
setGravity(Gravity.CENTER);