Reputation: 528
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
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