Android OS Forum banner

Color popup Menu Edit?

2K views 6 replies 3 participants last post by  DaFatMack 
#1 · (Edited by Moderator)
I want to add colored images to the pop up menu but I don't know what the images are called in the frameworks file. I don't like the plain gray and white images so I would like to change them. Can someone tell me what the files are called? UPDATE: FINALLY! View attachment 3308
 

Attachments

See less See more
2
Discussion starter · #4 ·
BootAnimator said:
The white image that pops up from the bottom is called menu_background_fill_parent_width.9.png

Its in framework-res.apk/res/drawable-hdpi/ folder

Be careful as it is a .9.png so it is stretchable and will need to be patched before using.

The individual icons are numerous. Most are in framework but some may be in SystemUI.apk
It all depends which menu you're in that decides which icons are visible
But most of the icons you'll want begin with ic_menu_nameoficon.ongoing
So look for ic_menu_ and you should be good to go.
Can u do it ?
 
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top