9 0 3

布局圆角代码

V modu
8月前 1052

布局圆角代码,适用于线性布局、相对布局。

s xxbj1 = st.xxbj(zy.i.xxbj1).st
java
{
    android.graphics.drawable.GradientDrawable shape = new android.graphics.drawable.GradientDrawable();
    shape.setShape(android.graphics.drawable.GradientDrawable.RECTANGLE);
    shape.setCornerRadii(new float[] {50,50,50,50,0,0,0,0});
    shape.setColor(android.graphics.Color.parseColor("#FFFFFF"));
    shape.setStroke(3, android.graphics.Color.parseColor("#FFFFFF"));
    xxbj1.setBackgroundDrawable(shape);
}
最后于 8月前 被modu编辑 ,原因:
上一篇
无更多文章
最新回复 (9)
  • V iapp 8月前
    0 引用 2

    这个可行

  • V modu 楼主 8月前
    0 引用 3

    iapp 这个可行
    还行

  • 成毅 7月前
    0 引用 4

  • 一枚仓鼠 7月前
    0 引用 5

  • 123456789 4月前
    0 引用 6

    看看

  • 147234 4月前
    0 引用 7

  • 慕云 4月前
    0 引用 8

    好的

  • 147234 4月前
    0 引用 9

  • Gudan 3月前
    0 引用 10

    支持

请先登录后发表评论!

返回
请先登录后发表评论!
9
3