Hi all,
I have been working on an app, which basically consists of imagebuttons.
I want to achieve the push button effect with imagebutton.
Is it possible to achieve..
Hi all,
I have been working on an app, which basically consists of imagebuttons.
I want to achieve the push button effect with imagebutton.
Is it possible to achieve..
you can programmatically do using setColorFilter
or setAlpha
(it depends on the effect you want) to your buttons when you do some action (in this case i suppose onPress).
These are methods inherited from ImageView: