android - Customizing the More menu button icon -


i wondering if possible customize icon used more menu option (displayed when there more 6 menu options)? stock vanilla android ui appears disclosure-type arrow , on htc sense ui it's ellipsis icon. curious if these fixed icons defined in android resources or if there way programmatically set them?

any insight appreciated!

thanks!

justin

those system resources - 1 you're referring android.r.ic_menu_more. don't know of way replace them or have menu system use different resource instead.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -