混合颜色边框和GradientDrawable中的背景

时间:2016-11-28 14:11:01

标签: android

如何解决问题?   如何定制Shape(请仅以编程方式成型)?

GradientDrawable  g = new GradientDrawable ();
g.setStroke(17, Color.argb(100,  0,0,255));
g.setColor(Color.rgb(255,  255,0,0));

出:

Mixed color(alpha=100) border and background in GradientDrawable

0 个答案:

没有答案