I want to chan开发者_运维知识库ge my Button shape to an oval like button. please Help me
Use custom 9-patch images as your button background. Then it can look anyway you want.
Two things you need: http://developer.android.com/guide/developing/tools/draw9patch.html
http://developer.android.com/reference/android/widget/ImageButton.html
9-patch PNG's are kind of hard to stretch correctly when the image is oval. I'd recommend to take a look at shape drawables.
精彩评论