Vlad the Impaler
Vlad the Impaler

Reputation: 528

Android List Icon in Prefs

Does anyone know which resource is used for the "show dialog" icon in Android settings?

It's a little down arrow inside a circle - the same icon appears by default in the title bar of the list dialog.

You'd think this would be easy to find but....no:(

Upvotes: 0

Views: 121

Answers (1)

edwoollard
edwoollard

Reputation: 12335

It is called the 'more' icon. It can be used by using this code:

 @android:drawable/ic_menu_more

Hope this is what you wanted!

Upvotes: 2

Related Questions