What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Theming Guide for changing system text settings.

After I recompile the apk using option 11 then resing i used rt explorer, update.zip and adb push and get muiltiple f.c's. The i tried to delete the v 4 off of the end of the folder names to see if that made a difference but did not help. The only thing I changed was keyboard text. Any reason why this is happening? I saw someone else was having this issues but didn't see a solution? (this is for the framework-res.apk)
 
Last edited:
After I recompile the apk using option 11 then resing i used rt explorer, update.zip and adb push and get muiltiple f.c's. The i tried to delete the v 4 off of the end of the folder names to see if that made a difference but did not help. The only thing I changed was keyboard text. Any reason why this is happening? I saw someone else was having this issues but didn't see a solution? (this is for the framework-res.apk)

Is your apk manager in your tools folder (in your SDK)?
 
After I recompile the apk using option 11 then resing i used rt explorer, update.zip and adb push and get muiltiple f.c's. The i tried to delete the v 4 off of the end of the folder names to see if that made a difference but did not help. The only thing I changed was keyboard text. Any reason why this is happening? I saw someone else was having this issues but didn't see a solution? (this is for the framework-res.apk)

did you pull the framework for the exact rom you are on or from a different rom?
 
you would think there would be away to change it for all apps instead of one at a time,maybe its in the launcher codes,i ran the 24k theme one time and all the apps lables where gold
 
how do we change the text in the app tray, like the apps text lables

Go into the Apk you want to change in should be in Values/stings.xml look in there

you mean Values/styles.xml?

No I mean Strings.xml


take calcutor for example after you decompile

go to out\res\values\strings.xml

the very first entry is this

Code:
<string name="app_name">Calculator</string>


change the "Calculator" to whatever you want
 
you would think there would be away to change it for all apps instead of one at a time,maybe its in the launcher codes,i ran the 24k theme one time and all the apps lables where gold


each rom is different there int a master list of apks in framework. and the reason the colors were change cause the Apks all call to the same color action.

like @android/primary_text_color (i just made that up but you get the point)
 
sorry,what i was trying to ask is, when i slide up the app launcher and am looking threw all my apps, i was wongering if the text lables for the apps can be color besides white.
 
Go into the Apk you want to change in should be in Values/stings.xml look in there

you mean Values/styles.xml?

No I mean Strings.xml


take calcutor for example after you decompile

go to out\res\values\strings.xml

the very first entry is this

Code:
<string name="app_name">Calculator</string>
change the "Calculator" to whatever you want

I think he wants to change the text color
 
Anyone have ideas where to find the color change for the settings menus? I can only seem to change the color when it scrolls.

I'm speaking of the screen when you hit menu/settings.
Anyone have an idea?
 
Back
Top