I have defined an image in my xml file (imageview). I'd like to change it to another image after clicking a button in my activity. How can I do that?
Thanks for helping me.
|
I have defined an image in my xml file (imageview). I'd like to change it to another image after clicking a button in my activity. How can I do that? Thanks for helping me.
| ||||
feedback
|
|
This is a very basic thing that you are supposed to learn by doing tutorials and reading the getting started docs. Here's a sample:
| |||
|
feedback
|
|
Try something like this:
| |||
|
feedback
|
| |||
|
feedback
|
|
For this purpose I'd used ToggleButton and assign custom selector as a background:
To avoid modification of the source use a selector, that you can place inside drawable\custom_selector.xml directory i.e.:
| |||
|
feedback
|
|
First you
XML file
you should have 2 images in your drawable folder call icon and camara | |||
|
feedback
|