[Q] Theme help please - Android Themes

Im trying to change the text in the popup menu to white.
I managed to do it in the first picture, but when i click on "MORE" it brings up the second window (like in picture 2). I need to change the text in picture 2.
Running stock sony firmware for xperia x10, i know the file is in framewrik/res/drawablehdpi/values/style.xml
but which line i edit?
thnaks.....

In framework-res/res/values/styles.xml
Code:
"TextAppearance.Widget.IconMenu.Item"
<item name="android:textColor">?android:textColorPrimary</item>
"Theme.ExpandedMenu"
<item name="android:itemTextAppearance">?android:textAppearanceLarge</item>
This is what I set to get the white text in both menus.

Related

Start text edit?

This would be cool:
-Possibility to edit text displayed on the Windows logo on the top left, labeled Start.
Any one?

[Q] Help with modifying popup Menu

Im on cm6.2 rom for Eris, and using ApkManager..
I have changed the background correctly in drawable-mdpi and i have decompiled the frame work and edit styles.xml and changed
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
to
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
To get the text the color i want. and than i changed
<item name="verticalDivider">@drawable/divider_vertical_bright</item>
to
<item name="verticalDivider">@drawable/divider_vertical_dark</item>
To get the Virtical divider to show. The menu looks great and works fine BUT when it comes to opening widget settings, Launcher settings and even phone settings i get FC's. Anyone know how to help me with this?

[Q] Which framework XML file to change popup menu text to white?

In my theme [2.1 eclair] I have changed the bottom popup menu's to black background rather than white, i.e pressing menu on homescreen gives you wallpapers/settings etc. Obviously i can change the menu icons they are PNG is there an XML file I can edit to change the button text to white? only for these bottom popup menu's as the list menu's etc i want to keep normal?
Cheers
http://forum.xda-developers.com/showpost.php?p=8316984&postcount=2297
Cheers, but no value folder for me on 2.1?
And no style.xml in any of the res folders in framework-res.apk
I think you have to decompile the apk first using apktool

how to change this text colour

how to change this menu text colour from black to white
which xml file to edit
re
decompile your framework-res.apk and find menu_background_fill_parent_width.9.png
varalex said:
decompile your framework-res.apk and find menu_background_fill_parent_width.9.png
Click to expand...
Click to collapse
i know that how to change png background i just want to change text colour from black to white
Any one
Sent from my GT-I9003 using XDA App
I'd actually love to know this info as well! I'm trying to change the text color to white, but I haven't been able to figure out which xml file makes the change in Gingerbread.
text colour
nitinvaid said:
how to change this menu text colour from black to white
which xml file to edit
Click to expand...
Click to collapse
Change the secondary text colour of our system.........
framework-res/res/values/colour.xml/secondary_colour..
If you not getting how to do....then wait...i will write a guide to change all text colour of andro.... :good::good::good::good:
In framework styles add your textColor to this style
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/your_color</item>
</style>
Edit: just realised how old the original question is lol
Sent from my GT-I9100 using xda premium
aguha1044 said:
Change the secondary text colour of our system.........
framework-res/res/values/colour.xml/secondary_colour..
If you not getting how to do....then wait...i will write a guide to change all text colour of andro.... :good::good::good::good:
Click to expand...
Click to collapse
:good::good::good::good:
I looking for this guide long time. could you send to me [email protected].

[Q] Help for some changes to a theme

Hi, this is my first attempt to create a theme for my Xperia Z1 but I found some problems for which I ask for help. I have root and super user mod enabled.
1) I can not change the height of the navigation bar, in asset android.apk in res/values​​/dimens.xml I set these values
Code:
<dimen name="navigation_bar_height">36.0dip</dimen>
<dimen name="navigation_bar_height_landscape">36.0dip</dimen>
but it does not change anything, not even after a reboot. I wonder how some modules Xposed or other mods around changing this setting.
2) Is it possible to add a right margin instead of just a left margin to the notifications panel? I've used this code in asset com.android.systemui.apk res/values/dimens.xml
Code:
<dimen name="notification_panel_margin_left">10.0dip</dimen>
adding this
Code:
<dimen name="notification_panel_margin_right">10.0dip</dimen>
but i don't know if this parameter really exists, however i can not set a right margin.
Maybe the cause is
Code:
<dimen name="notification_panel_width">-1dip</dimen>
? I've tried also to change this value but nothing (-11dip or another value but nothing). What is the device max width in dip?
3) instead of a solid color for the notification panel, if i want to use an image how can i do this? Need i to change this image notification_panel_bg.9.png in systemu asset and change
Code:
<item type="drawable" name="somc_notification_panel_bg">#fe25292d</item>
to point the image?
4) Last question: is it possible to remove the 1 / o text in settings quick toggle wifi/bluetooth? If yes weere i can? With the screenshot is more clear to understand what i want to remove.
Thank you ans sorry for my bad english

Categories

Resources