Where do you want this ?
In the forum or in your application ?
What size do you want.
The proposal with Togglebuttons is one solution because most part of the switching from one state to the other is done by the OS.
The you have several other possibilities:
- use small Panels or Imageviews, but you must draw the images and manage the state handling on your own. For example I use panels as buttons in the GPSExample program.
- use a Canvas drawing the small images directly on the Activity, on a Panel or an ImageView.
You must be more precise on what exactly you want.
Best regards.