Related questions
Question 470 - H14-231_V1.0 discussion
Which of the following can set the rounded corner effect of the ShapeElement?
A.
B in Java code set: int radius =
B.
AttrHelper.vp2px(8) element.setCornerRadiiArray(new float[] {radius,radius,radius,radius,radius,radius,radius,radius})
C.
Set in XML:
D.
is set in Java code: element.setCornerRadius(AttrHelper.vp2px(8))
Your answer:
0 comments
Sorted by
Leave a comment first