jlhonora/multistatetogglebutton

Corners to button

Closed this issue · 2 comments

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?

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

Thank You. Got fixed.