feat:完成消息页UI改版
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user