Hey People,
since 4 days i try to remove the ON/OFF Text in Settings &Co.
Look this:
View attachment 1095563
My goal is to create a Theme Chooser Theme so please told me how i can do this?
Please don't post me a line, post me a discription how to do
I allready added this in my Theme.apk
values.xml:
<string name="android:capital_on"> </string>
<string name="android:capital_off"> </string>
styles.xml
<style name="Widget.Holo.Button.Toggle" parent="@android:style/Widget.Holo.Button">
<item name="android:textOn"> </item>
<item name="android:textOff"> </item>
</style>
Click to expand...
Click to collapse
PS.: i will apply this in any language too
Great Ghanks to everyone who will help me
Regards SafiXS
.
Push...
Sent from my E15i using xda premium
please people, i know there is someone out there who know about it
Related
I was wondering if anyone knew what i would need to edit to make my system apps transparent and display the desktop background in 2.2.1 frameworks. Can anyone help me ou
jkhrist said:
I was wondering if anyone knew what i would need to edit to make my system apps transparent and display the desktop background in 2.2.1 frameworks. Can anyone help me ou
Click to expand...
Click to collapse
list_selector_background_normal.9
Ok I edited.it but it is still coming up black after I flash. Is there an xml file that needs to be.changed also?
Sent from my SGH-T959 using XDA App
jkhrist said:
Ok I edited.it but it is still coming up black after I flash
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
shoot....i swore that was the image that controlled it...i gotta find it
Master&Slave™ said:
shoot....i swore that was the image that controlled it...i gotta find it
Click to expand...
Click to collapse
I am 99% sure you are right about the image...I think it is an xml file tho, as I have changed the aforementioned file and it does not change anything in 2.2 and 2.2.1 any clue anybody?
Sent from my SGH-T959 using XDA App
jkhrist said:
I am 99% sure you are right about the image...I think it is an xml file tho, as I have changed the aforementioned file and it does not change anything in 2.2 and 2.2.1 any clue anybody?
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
bump im trying to make a transparent mms but having the hardest time trying to figure out what png controls the background...
In the drawable folder is list_selector.XML or something to that effect. Could it be an XML file quick needs editing?
Sent from my SGH-T959 using XDA App
I believe its one of the files labeled ..._bg or something like that not sure which one specifically
This post Trigger'd by my Vibrant
List_selector_bg effects mms settings music bgs you can change that icon to whatever and it will not switch color I have tried in 2.2 and 2.2.1 only way I can make transparent us using the glasstopia framework i dobt know what in the frameworks effects the transparency of the image its northern png
shreddintyres said:
I believe its one of the files labeled ..._bg or something like that not sure which one specifically
This post Trigger'd by my Vibrant
Click to expand...
Click to collapse
Sent from my SGH-T959 using XDA App
Any luck?
jkhrist said:
List_selector_bg effects mms settings music bgs you can change that icon to whatever and it will not switch color I have tried in 2.2 and 2.2.1 only way I can make transparent us using the glasstopia framework i dobt know what in the frameworks effects the transparency of the image its northern png
Sent from my SGH-T959 using XDA App
Click to expand...
Click to collapse
Sent from my SGH-T959 using XDA App
Nah gonna mess with it and see if I can get it right today I'll keep you posted
Sent from my SGH-T959 using XDA App
jkhrist said:
I was wondering if anyone knew what i would need to edit to make my system apps transparent and display the desktop background in 2.2.1 frameworks. Can anyone help me ou
Click to expand...
Click to collapse
The short answer is "a lot"
Obviously, that's not helpful, so here's what I remember off the top of my head that should be helpful:
Framework-res.apk/res/values/styles.xml:
PHP:
<style name="Widget.ListView.WithBackground" parent="@style/Trans">
<item name="scrollbars">none</item>
<item name="layout_marginTop">0.0px</item>
<item name="listBackground">@drawable/list_selector_background_normal</item>
</style>
The modification is at the end of the first line [parent="@style/Trans"]
Also you need to add the following style somewhere. At the end is fine:
PHP:
<style name="Trans" parent="@style/Theme">
<item name="windowBackground">@drawable/tinted_trans_bg</item>
<item name="textColorHighlight">#8000aeff</item>
<item name="textColorHint">?textColorHintInverse</item>
<item name="textColorLink">#ff0000ee</item>
<item name="windowShowWallpaper">true</item>
<item name="colorBackgroundCacheHint">#00000000</item>
</style>
In addition, you need to put the attached tinted_trans_bg.9.png to the /drawables/ directory.
This is for the Settings.apk background as well as a few other small apks.
twframework-res.apk/res/values/styles.xml:
PHP:
<style name="TwTheme" parent="@style/TwTrans">
<item name="twTabWidgetStyle">@style/TwTabWidget</item>
<item name="twRadioButtonStyle">@style/TwRightRadioButtonStyle</item>
<item name="twSoftkeyItemStyle">@style/TwSoftkeyItemStyle</item>
<item name="twProgressBarStyle">@style/TwProgressBar</item>
<item name="twSeekBarStyle">@style/TwSeekBar</item>
</style>
The modification is at the end of the first line [parent="@style/TwTrans"]
Also you need to add the following style somewhere. At the end is fine:
PHP:
<style name="TwTrans" parent="@android:style/Theme">
<item name="android:windowBackground">@drawable/tinted_trans_bg</item>
<item name="android:textColorHighlight">#8000aeff</item>
<item name="android:textColorHint">?android:textColorHintInverse</item>
<item name="android:textColorLink">#ff0000ee</item>
<item name="android:windowShowWallpaper">true</item>
<item name="android:colorBackgroundCacheHint">#00000000</item>
</style>
In addition, you need to put the attached tinted_trans_bg.9.png to the /drawables/ directory.
This is for the MMS.apk, and I think Contacts, but can't remember for sure
Contacts and MMS:
These need more changes, but I'll have to let you know more later. That should get you started at least.
Thank you so much. A lot of good info.here I really appreciate your help.
Sent from my SGH-T959 using XDA App
Hi im trying to change color of menu (when press hard menu button).
Im guessing its an xml file in framework, but not sure which xml.
update....
I managed to change the background of menu to black by replacing .9png's
Now i need to change the menu text to white. Unsure how to do this.
I'm really intetested too..after change pgn color you signed the framework apk??
Sent from my X10i using XDA App
djkekko89 said:
I'm really intetested too..after change pgn color you signed the framework apk??
Sent from my X10i using XDA App
Click to expand...
Click to collapse
i put the framework-res into a flashable zip for recovery, but had to sign the zip.
Update i found the xml file, its in the styles.xml. But im having trouble recompiling after making the edit.
To change the text in menu popup to white edit the styles.xml
In the styles.xml change:
<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>
bra1n0uk said:
To change the text in menu popup to white edit the styles.xml
In the styles.xml change:
<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>
Click to expand...
Click to collapse
This is for arc launcher??or anyway default android launcher?? Cause other launcher have their own pop up!! Thanks for your tips mate!!
Sent from my X10i using XDA App
djkekko89 said:
This is for arc launcher??or anyway default android launcher?? Cause other launcher have their own pop up!! Thanks for your tips mate!!
Sent from my X10i using XDA App
Click to expand...
Click to collapse
The popup menu is tied to the framework.res.
Not sure bout launcher looking into it
So framework.res. apk/res/values/styles.xml
Sent from my X10i using XDA App
bra1n0uk said:
To change the text in menu popup to white edit the styles.xml
In the styles.xml change:
<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>
Click to expand...
Click to collapse
Once doing the edit above, the menu text becomes white in everything but....... if i press on "more " the text in the next window becomes black
Any help???
Sent from my X10i using XDA App
I been trying hours lol need help please.
My popup menu text is now white, but the second popup menu text (if i ckick on "more" say on adw menu) becomes black. I need to change this second menu text to white.
Sent from my X10i using XDA App
SOLVED
My first popup menu text turned white after my first valuses edit...
To get the second popup menu text white (after pressing the "more" button) u got to make this change...
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLargeInverse</item>
</style>
TOO.............
<style name="Theme.ExpandedMenu" parent="@style/Theme">
<item name="listViewStyle">@style/Widget.ListView.Menu</item>
<item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
<item name="background">@null</item>
<item name="itemTextAppearance">?textAppearanceLarge</item>
</style>
Hope it helps atleast someone....
Is there a way to change the information on your status bar? For example, can I remove the clock?
smkyle said:
Is there a way to change the information on your status bar? For example, can I remove the clock?
Click to expand...
Click to collapse
Yes you can involves some smali editing i believe few devs have that option in their roms
Sent From My Sweet Ass EVO LTE
dased14 said:
Yes you can involves some smali editing i believe few devs have that option in their roms
Sent From My Sweet Ass EVO LTE
Click to expand...
Click to collapse
If you are running a rom without that option. You can to this with just a simple line to delete from an xml file.
Decomplete the systemui.apk
go to layout folder
look for the status_bar.xml and open it with note,note++,or PSPad that is what I use.
ok look for this line of code
Code:
<com.android.systemui.statusbar.policy.Clock android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true" />
and delete it.
Recomplete the apk.
Note that is the code from my one x,but for this they are pretty much the same just look for the clock code
First of all good day for all my fellow SGY users.
Just a quick question about Honeycream Rom Statbar Pulldown. I just want to know what's the name of png in the top background of that pulldown. I want to make it transparent because I cant see my status bar.
Thanks for the help.
(I already post this in SGY Help section but one said I posted on wrong board that's why I reposted it here. )
give me the statusbar i will mod this for u..
Sent from my GT-S5360 using Tapatalk 2
san122 said:
give me the statusbar i will mod this for u..
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
wow really? just the black background above of my pulldown. I already change the background and the toggles.. thanks thanks! can you tell me too what is the name of that png?
harizen said:
wow really? just the black background above of my pulldown. I already change the background and the toggles.. thanks thanks! can you tell me too what is the name of that png?
Click to expand...
Click to collapse
ok i will make it when iam free
and tell u the name of those pngs
Sent from my GT-S5360 using Tapatalk 2
san122 said:
ok i will make it when iam free
and tell u the name of those pngs
Sent from my GT-S5360 using Tapatalk 2
Click to expand...
Click to collapse
Very nice sir. Take your time. I'll wait. Thanks
harizen said:
Very nice sir. Take your time. I'll wait. Thanks
Click to expand...
Click to collapse
I Have Closed HoneyCream.
We'll Go On With New Projects From Next Month.
Thanks.
Regards,
Kaustubh
Sir can you help in my query before you go.. Please
it is
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="#fff32c21" android:gravity="left|center" android:id="@id/date" [COLOR="Red"]android:background="#00000000"[/COLOR] android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="0.0dip" android:layout_height="fill_parent" android:singleLine="true" />
change android:background="#00000000" to anything you want
mariozawa said:
it is
Code:
<com.android.systemui.statusbar.DateView android:textAppearance="@android:style/TextAppearance.StatusBar.Icon" android:textColor="#fff32c21" android:gravity="left|center" android:id="@id/date" [COLOR="Red"]android:background="#00000000"[/COLOR] android:paddingLeft="0.0px" android:paddingRight="0.0px" android:layout_width="0.0dip" android:layout_height="fill_parent" android:singleLine="true" />
change android:background="#00000000" to anything you want
Click to expand...
Click to collapse
Better to declare a whole png for more customization.
For those of you who wants check out my guide on advanced theming
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
deathnotice01 said:
Better to declare a whole png for more customization.
For those of you who wants check out my guide on advanced theming
This post is in compliance with the national potato safety regulation.
[Galaxy S 4 LTE]
Click to expand...
Click to collapse
Declaring a whole png in strings.xml ??
View attachment 2501273
The background of item notification is white,it is hard to see it clearly。hope to change it like below
Anyone can help me?I changed the drawables.xml like this:
<item type="drawable" name="notification_item_background_color">#00000000</item>
however it does not work
i have the same problem...
chnpotato said:
i have the same problem...
Click to expand...
Click to collapse
but no one can answer it
Its not q/a forum
Sent from my Xperia Neo using XDA Premium 4 mobile app