开发者

I Want to create custom Circular Button which will Focus on click how to do?

开发者 https://www.devze.com 2023-01-02 08:08 出处:网络
I am trying to create one custom button which is circular and when i click that button i want that button FOCUS and COLOR change and i don\'t know how to do exactly so any one can help m开发者_C百科e

I am trying to create one custom button which is circular and when i click that button i want that button FOCUS and COLOR change and i don't know how to do exactly so any one can help m开发者_C百科e or show me that code how to do?


You can use a regular Button and specify custom Drawable for it and then apply it to the Background property of the button. See the ApiDemos for examples of styling controls.


You can use two (or more) drawables for one Button and change the drawables in various states (focus, press, etc). Look at this: http://blog.androgames.net/40/custom-button-style-and-theme/

0

精彩评论

暂无评论...
验证码 换一张
取 消