I want to give a pressed effect on normal button in the selector tag. I am not using a new image for the button. i am using the normal button provided by android.
Can that effect be provided without using an external image.
I want to give a pressed effect on normal button in the selector tag.
Share
You might want to take a look at android statelist where you will have to define the state of the object at each state. For instance, if it’s pressed change the bg color. That is the closest way I could think of without using images.