Corners to button
Closed this issue · 2 comments
yokeshezumalai commented
I Need to set a corner radius to the whole button. But its not reflecting , even i tried using in both java and xml, can someone help me out?
jlhonora commented
Did you try modifying the button's drawables? You'll probably need to specify the corners
attribute. Have a look at http://developer.android.com/guide/topics/resources/drawable-resource.html#Shape for the specific syntax
yokeshezumalai commented
Thank You. Got fixed.