I want to set the rounded corners without xml. How can I do it in java code?
Button b = new Button (this);
b.set???? (??) ;
I tried to write b.setCornerRadius(3.0f), but it is undefined for button object.
Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…