标签: android
如何解决问题? 如何定制Shape(请仅以编程方式成型)?
GradientDrawable g = new GradientDrawable (); g.setStroke(17, Color.argb(100, 0,0,255)); g.setColor(Color.rgb(255, 255,0,0));
出: