Android custom round button

I want Button / ImageButton to look like this (round button on the left)

enter image description here

What are my choices? Can I draw it with a shape? or is it better to use the png icon for this? ideas? I want to do to display a new action when the button is pressed / touched.

+3
source share
1 answer

it

android.R.drawable.expander_ic_minimized

view android inline drawings:

http://androiddrawableexplorer.appspot.com/

+3
source

All Articles