• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root THEME: Question about menu button colors...

flyinjoe13

Android Enthusiast
Does anyone know what file(s) effect the colors for the Menu button option icons and text (i.e. settings, wallpaper, etc.)? Is it the .png files or is it one of the .xml files or a combination of both?
 
Does anyone know what file(s) effect the colors for the Menu button option icons and text (i.e. settings, wallpaper, etc.)? Is it the .png files or is it one of the .xml files or a combination of both?

Menu popup background is a png. (probably a .9) and text is an XML. I can;t remember which though
 
Does anyone know what file(s) effect the colors for the Menu button option icons and text (i.e. settings, wallpaper, etc.)? Is it the .png files or is it one of the .xml files or a combination of both?
They're controlled by .png images. What you're looking for is the "ic_menu_xxx" .png files in /system/framework/framework-res.apk - check out the /res/drawable-hdpi folder. For example, the icon that appears for Menu > Settings is ic_menu_preferences.png in the /system/framework/framework-res.apk package.

If you're thinking about making a flashable theme, you can change images in:
For Froyo:
* /system/framework/framework-res.apk

For Gingerbread:
* /system/app/SystemUI.apk
* /system/framework/framework-res.apk
 
Back
Top Bottom