Is There A Way To Programmatically Set Src Image For Togglebutton?
I am using a ToggleButton with an image. The image is 16x16, however, I want the button to be 50x50 so that when users click around the image even then the action is taken. This is
Solution 1:
Can this help you? State List
I alway using a custom drawable with Selector
and set it to ToggleButton
Post a Comment for "Is There A Way To Programmatically Set Src Image For Togglebutton?"