I have a requirement for a Toggle button in Android. I have been trying to find 9patch images for my toggle button but so far no success. Can someone please help me. I did not think it would be so difficult, but cannot find any help anywhere ?
Kind Regards
You are very unspecific about what you want the button to look like… You can find the android native toggle buttons in following folder (mdpi folder and for api lvl 14) and see how they are made:
C:\Android\android-sdk\platforms\android-14\data\res\drawable-mdpiSearch for: toggle.
There is also the switch which was implemented in android from api lvl 14:
The switch graphic can be found in same folder just search for: switch.