Hadi Eskandari
Hadi Eskandari

Reputation: 26444

Android custom round button

I want to have a Button/ImageButton that looks like this (round button on the left)

enter image description here

What are my choices? Can I draw it using a shape? or is it better to use a png icon for that? ideas? What I want to do is to be able to display a new activity when the button is clicked/touched.

Upvotes: 3

Views: 4618

Answers (1)

pawelzieba
pawelzieba

Reputation: 16082

It is

android.R.drawable.expander_ic_minimized

look into built in android drawables:

http://androiddrawableexplorer.appspot.com/

Upvotes: 3

Related Questions