[Q] ICS Notification BG - Galaxy Ace S5830 Q&A, Help & Troubleshooting

Hey, I hope someone can help me this is driving me mad
can someone point me which file i need to edit in order to change this transparent BG to black one
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
thanks

alexfreakyy said:
Hey, I hope someone can help me this is driving me mad
can someone point me which file i need to edit in order to change this transparent BG to black one
thanks
Click to expand...
Click to collapse
I think the u need u edit this (SystemUI.apk/res/layout/tw_status_bar_expand.xml)
Then android:background='#XXXXXXXX' ..to the color u want..

Gameboy21 said:
I think the u need u edit this (SystemUI.apk/res/layout/tw_status_bar_expand.xml)
Then android:background='#XXXXXXXX' ..to the color u want..
Click to expand...
Click to collapse
I'm on ICS AOSP so there's no tw resources i tried looking into statusbar_Expanded but didn't found anything

alexfreakyy said:
I'm on ICS AOSP so there's no tw resources i tried looking into statusbar_Expanded but didn't found anything
Click to expand...
Click to collapse
Oops..i saw TW icons..
Check here (res/layout/status_bar_expanded.xml) ..
EDIT: I know how to do it..u have that file i mentioned above.. ??

Gameboy21 said:
Oops..i saw TW icons..
Check here (res/layout/status_bar_expanded.xml) ..
EDIT: I know how to do it..u have that file i mentioned above.. ??
Click to expand...
Click to collapse
yes i have status_bar_expanded.xml

alexfreakyy said:
yes i have status_bar_expanded.xml
Click to expand...
Click to collapse
Leave that..
First Decompile SystemUi.apk..
navigate to your values folder n then open drawables.xml..
It will look like this:
{ <resources>
<item type="drawable" name="notification_number_text_color">#ffffffff</item>
<item type="drawable" name="notification_item_background_color">#ff111111</item>
<item type="drawable" name="notification_item_background_color_pressed">#ff257390</item>
<item type="drawable" name="ticker_background_color">#ff1d1d1d</item>
<item type="drawable" name="status_bar_background">#ff000000</item>
<item type="drawable" name="status_bar_recents_background_solid">#e5000000</item>
<item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item>
<item type="drawable" name="status_bar_notification_row_background_color">#ff090909</item>
<item type="drawable" name="notification_header_bg">#ff000000</item>
<item type="drawable" name="notification_tracking_bg">#e5000000</item>
<item type="drawable" name="recents_callout_line">#99ffffff</item>
<item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item>
</resources> }

tried changeing color codes there too but did'nt work :|

alexfreakyy said:
tried changeing color codes there too but did'nt work :|
Click to expand...
Click to collapse
Ahh..
I think this alternative would work..
First decompile Systemui.apk ..navigate to values n then drawable-mdpi.. then change {status_bar_expand_default.png} to your black background custom image..{let the name be same..just replace with black bg pic..}
Then res/layout/status_bar_expanded.xml ..
<FrameLayout android:id="@id/notification_panel" android:background="@drawable/status_bar_expand_default" androidaddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left" }
I think this will work..

Tried that but status_bar_expanded.xml is different also tried to change some of android:background="" codes to black but no changes on transparency

alexfreakyy said:
Tried that but status_bar_expanded.xml is different also tried to change some of android:background="" codes to black but no changes on transparency
Click to expand...
Click to collapse
U tried the method..??

Gameboy21 said:
U tried the method..??
Click to expand...
Click to collapse
Yes

Already found it it was the first line damm i had to add only android:background="custom.png" anyway thanks

alexfreakyy said:
Already found it it was the first line damm i had to add only android:background="custom.png" anyway thanks
Click to expand...
Click to collapse
I told ya..hehe..

Gameboy21 said:
I told ya..hehe..
Click to expand...
Click to collapse
Yea but now it's giving me this nasty bug

alexfreakyy said:
Yea but now it's giving me this nasty bug
Click to expand...
Click to collapse
Need to look at your .xml file..

For ics it statusbar notification row.xml
Inside layout
For notifications
And statusbar tracking xml fir BG
Sent from my ST25i using xda app-developers app

Related

[Q] Framework-res help...pls help little bit

i am using gingerdx v22 on my w8 walkman. i noticed that it has no background image, it has black solid background. so i want to know how to add background image in framework-res so that it appear as like in screenshot below...pls guide me
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Before editing your framework try to use another or different themes.
Mika Dee said:
Before editing your framework try to use another or different themes.
Click to expand...
Click to collapse
i dont want to use theme for just a background image..
i m ready to mess up framework-res
adminn said:
i dont want to use theme for just a background image..
i m ready to mess up framework-res
Click to expand...
Click to collapse
Try by unziping this apk and compare the content with your framework.apk for modification. this is from GC 8.2 which look like stock rom as in my sig pic.
dipusen said:
Try by unziping this apk and compare the content with your framework.apk for modification. this is from GC 8.2 which look like stock rom as in my sig pic.
Click to expand...
Click to collapse
ok, compared and found that your framework has background.png image in drawable-mdpi, mine dont have, so i added background in mine but didnt appeared,,,
any chane in xmls is required?????
can i use your framework in gingerdx v22????
adminn said:
ok, compared and found that your framework has background.png image in drawable-mdpi, mine dont have, so i added background in mine but didnt appeared,,,
any chane in xmls is required?????
can i use your framework in gingerdx v22????
Click to expand...
Click to collapse
you have to make change in xml files to show the background image.
i dont know the framework file i uploaded will work in GDX. think not.
dipusen said:
you have to make change in xml files to show the background image.
i dont know the framework file i uploaded will work in GDX. think not.
Click to expand...
Click to collapse
i want to know which xml file, line? there are tons of xml file in there
adminn said:
i want to know which xml file, line? there are tons of xml file in there
Click to expand...
Click to collapse
Sorry this time I can not help you. If I knew it I could have already done this.
This question is already answered and completely explained...if im not wrong at kuyadroid thread, just use search before asking...
dsaklein said:
This question is already answered and completely explained...if im not wrong at kuyadroid thread, just use search before asking...
Click to expand...
Click to collapse
pls give link, tried search many time but unable to find relevant thread.
Search kuyadroid thread if im not wrong there is an answer....
Sent from my X8 using XDA App
thnx all, but I figured it out myslf, bg depends on res/values/styles.xml
lolz....late rply helped me to learn a lot about android, ....
yess ur right...framework-res\res\values\styles.xml
there is my example styles framework-res.apk from PrimeHD 80 ...
in section <style name="Theme">
<item name="windowBackground">@drawable/screen_background_dark</item>
<item name="colorBackgroundCacheHint">?colorBackground</item>
to
<item name="windowBackground">@drawable/semc_bg</item>
<item name="colorBackgroundCacheHint">@null</item>
*semc_bg >>> your png image file, put on drawable-mdpi & drawable-land-mdpi folder
sorry for my bad english...
fjw0803 said:
yess ur right...framework-res\res\values\styles.xml
there is my example styles framework-res.apk from PrimeHD 80 ...
in section <style name="Theme">
<item name="windowBackground">@drawable/screen_background_dark</item>
<item name="colorBackgroundCacheHint">?colorBackground</item>
to
<item name="windowBackground">@drawable/semc_bg</item>
<item name="colorBackgroundCacheHint">@null</item>
*semc_bg >>> your png image file, put on drawable-mdpi & drawable-land-mdpi folder
sorry for my bad english...
Click to expand...
Click to collapse
U are right too
Sent from my E16i using XDA

[Theme help]

guys can anyone teach me how to edit the background of mms.apk.. i was able to modify the bubbles but not the background.. please help me
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-P990 using Tapatalk 2
what????
You must say what you want
cojo11 said:
what????
You must say what you want
Click to expand...
Click to collapse
i want to change the blue background into pure black.. not the bubble background, the conversation background
Sent from my LG-P990 using Tapatalk 2
here is my mms.apk
that is a problem,me and some guys trie it but nobody has done it,when you make it,please say how;-)
i may have an idea but i can't build it after decompiling.. that is my problem
Sent from my LG-P990 using Tapatalk 2
tell me what,maybe i can help
maybe at PM;-)
i think the backgroundd is not a .png file but a configuration which can be found in one of the xml files inside the layout folder..
Sent from my LG-P990 using Tapatalk 2
i think two but i find only one enrty with background and chage it,but nothing happend:-(
cojo11 said:
i think two but i find only one enrty with background and chage it,but nothing happend:-(
Click to expand...
Click to collapse
how did you compile it? i can't do it with apktool
Sent from my LG-P990 using Tapatalk 2
how about editing list_item_background in drawable folder?
Sent from my LG-P990 using Tapatalk 2
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
cojo11 said:
shure you can do it with apktool
what will you edit here??
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:state_pressed="true" android:drawable="@android:color/transparent" />
<item android:state_selected="false" android:drawable="@android:color/transparent" />
</selector>
Click to expand...
Click to collapse
dude i guess i found it.. i just cant try it coz i cant recompile my apks.. can u please edit compose_message_activity.xml in res/layout folder and change #ffadc0ce to black hexa #000000....
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
cojo11 said:
dont laugh,i modify today some apk but after modify the mms.apk,nothing work anymore:-(
same when i change nothig in a apk,only errors:-(
the same on 2 pcs
Click to expand...
Click to collapse
no worries mate.. look what i've done
Sent from my LG-P990 using Tapatalk 2
hey great!! how???
or can you give me maybe the apk??
cojo11 said:
hey great!! how???
or can you give me maybe the apk??
Click to expand...
Click to collapse
i did what i told you.. i edited that xml.. and finally apktool worked for me here is the apk
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
cojo11 said:
great!!! now i hope its from a 20q;-)
i will put it in my Rom with big credit to you
Click to expand...
Click to collapse
of course its from v20q rom.. i have a fully stock rom themed by me
nice,when you want,you can upload it or i put in my Rom with credits,may you will try my Rom

How to mod softkey in status bar? [CM9]

How to mod softkey in status bar? [CM9]
plzz.....i need guide........
Thanks
be more specific, what you want to change?
yeah, i use lg p500 .......
i like it,,,,,,,
can u help!?
thanks
x-dira said:
yeah, i use lg p500 .......
i like it,,,,,,,
can u help!?
thanks
Click to expand...
Click to collapse
He mean, what do you want mod ?
F4uzan said:
He mean, what do you want mod ?
Click to expand...
Click to collapse
........softkey in status bar (CM9).......:good:
x-dira said:
........softkey in status bar (CM9).......:good:
Click to expand...
Click to collapse
not sure if trolling or not... ok, so you already have softkeys at the bottom, but you want to change how they look? that's what you want?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
i actually never liked soft buttons on statusbar... but i know that navbar at the bottom is damn handy maybe you should try harder by searching for tutorial or something, because if that's possible i'm sure someone made a tutorial about it already or just ask the guy who made it for cm9, send him a pm...
there's a thread here in themes section...OP y u no search ?
x-dira said:
Click to expand...
Click to collapse
:what:
Sent from my GT-I9100 using Tapatalk 2
mr.faridcom said:
:what:
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
sr....screenshot for u
can u help me :crying: .........i want mod on LG P500 (CM9)
Thanks
A_U said:
there's a thread here in themes section...OP y u no search ?
Click to expand...
Click to collapse
i cannot find guide
x-dira said:
sr....screenshot for u
can u help me :crying: .........i want mod on LG P500 (CM9)
Thanks
i cannot find guide
Click to expand...
Click to collapse
OK, do the following:
download any mod which contains those softkeys
decompile it with apktool
look to file called status_bar.xml in /res/layouts folder and see what going in there, make your mod and don't forget to give credits to the original moder
Sent from my GT-I9100 using Tapatalk 2
mr.faridcom said:
OK, do the following:
download any mod which contains those softkeys
decompile it with apktool
look to file called status_bar.xml in /res/layouts folder and see what going in there, make your mod and don't forget to give credits to the original moder
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thank you so much!
yeah! im Succses......but......back, menu in status bar not working? how to fix?
code
<LinearLayout androidrientation="horizontal" android:id="@id/navigationArea" android:clipChildren="false" android:clipToPadding="false" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_alignParentLeft="true">
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back" android:contentDescription="@string/accessibility_back" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_home" android:contentDescription="@string/accessibility_home" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/menu" android:layout_width="40.0dip" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_menu" android:contentDescription="@string/accessibility_menu" systemui:keyCode="82" systemui:glowBackground="@drawable/ic_sysbar_highlight" />
</LinearLayout>
Click to expand...
Click to collapse
x-dira said:
Thank you so much!
yeah! im Succses......but......back, menu in status bar not working? how to fix?
Click to expand...
Click to collapse
Hmm, actually it works in apps like XDA ... etc, seems you need to do few modifications in code, search in xda member evilsto's threads.
edit: try to add parameter called "clickable=true" to the status bar layout, maybe it helps.
Sent from my GT-I9100 using Tapatalk 2

[Q] color of power widget indicator [SS]

Hi !
I am trying to change color indicator to diffrent... like in ss:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Can someone help me, please ? :<
BlackLie said:
Hi !
I am looking for two .pngs in framework-res/systemui :
Can someone help me, please ? :<
Click to expand...
Click to collapse
Must be in layout xmls I don't think these are images
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Must be in layout xmls I don't think these are images
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
That's not good... Thank you
And can u give me a tip or do you know in which .xml it can be ?
Anyone ? It is very important for me :<
Up
BlackLie said:
Up
Click to expand...
Click to collapse
Somewhat like in power button XML etc
C'mon there aren't much XML in cm9 systemui layout . Don't be so lazy
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Somewhat like in power button XML etc
C'mon there aren't much XML in cm9 systemui layout . Don't be so lazy
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
It is modded cm7 and I really tried very hard to find it but I couldn't :< Thank you very much
I am blind ! :< Sorry, but I still can't find it
BlackLie said:
I am blind ! :< Sorry, but I still can't find it
Click to expand...
Click to collapse
Show me ur power button xml
Sent from my GT-S5570 using xda app-developers app
arpitkh96 said:
Show me ur power button xml
Sent from my GT-S5570 using xda app-developers app
Click to expand...
Click to collapse
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
BlackLie said:
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
Click to expand...
Click to collapse
I think you can find what you news in power widget button XML....
Sent from my GT-S5570 using Tapatalk 2
hsay said:
I think you can find what you news in power widget button XML....
Sent from my GT-S5570 using Tapatalk 2
Click to expand...
Click to collapse
This is how it looks:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:id="@id/power_widget_button" android:background="@drawable/stat_power_bg" android:focusable="true" android:clickable="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/power_widget_button_image" android:layout_width="fill_parent" android:layout_height="0.0dip" android:scaleType="center" android:layout_weight="1.0" />
<ImageView android:id="@id/power_widget_button_indic" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitXY" />
</LinearLayout>
Click to expand...
Click to collapse
BlackLie said:
I can't find this file, the only files I found with power tag are:
power_profile.xml (framework)
power_dialog.xml (framework)
stat_power_bg.xml (SystemUI)
power_widget_button.xml (SystemUI)
I have found also PowerButton.smali (SystemUI) <maybe you mean this one>
Click to expand...
Click to collapse
4th one
Sent from my GT-S5570 using xda premium
arpitkh96 said:
4th one
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout androidrientation="vertical" android:id="@id/power_widget_button" android:background="@drawable/stat_power_bg" android:focusable="true" android:clickable="true"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/power_widget_button_image" android:layout_width="fill_parent" android:layout_height="0.0dip" android:scaleType="center" android:layout_weight="1.0" />
<ImageView android:id="@id/power_widget_button_indic" android:layout_width="fill_parent" android:layout_height="wrap_content" android:scaleType="fitXY" />
</LinearLayout>
Click to expand...
Click to collapse
Which attribute should I change to color ?
BlackLie said:
Which attribute should I change to color ?
Click to expand...
Click to collapse
you have everything linked in this file, take a look at "@drawable" line, and go there... see what's on other side
BlackLie said:
Which attribute should I change to color ?
Click to expand...
Click to collapse
After post of yackovsky . Only common sense remains. Hope u got it
Sent from my GT-S5570 using xda premium
arpitkh96 said:
After post of yackovsky . Only common sense remains. Hope u got it
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
yackovsky said:
you have everything linked in this file, take a look at "@drawable" line, and go there... see what's on other side
Click to expand...
Click to collapse
Here is stat_power_bg.xml
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/stat_inner_press" />
<item android:state_focused="true" android:state_window_focused="true" android:state_enabled="true" android:drawable="@drawable/stat_inner_focus" />
<item android:drawable="@drawable/stat_power_background" />
</selector>
Click to expand...
Click to collapse
I had edited stat_power_background.png but it changed background under the icon (sth like toggle bg)...
I can't see any diffrent thing to edit ;x
BlackLie said:
Here is stat_power_bg.xml
I had edited stat_power_background.png but it changed background under the icon (sth like toggle bg)...
I can't see any diffrent thing to edit ;x
Click to expand...
Click to collapse
Give me ur systemui I will try to check it
Edit-it maybe the third png
Sent from my GT-S5570 using xda premium
arpitkh96 said:
Give me ur systemui I will try to check it
Edit-it maybe the third png
Sent from my GT-S5570 using xda premium
Click to expand...
Click to collapse
SystemUI.apk - 288.08 KB
So... How is it going ?

[Q] How to change font color in settings! HELP

Hi guys, I ask this here,because there are so much good developers,who might help!
I really need help and I want to learn how to change color of text in settings (from white to black for example) ? I know to change background,but this isnt the same. I want my color black !
Here is the picture how I want that text looks in settings:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
:cyclops:
First decompile ur framework res.apk, go to ur decompiled file folder.
Do this:~
Go to this directory
res\values
Styles
for fonts widget:
<style name="Widget.TextView"
parent="@style/Widget">
<item name="textColor">**#ffffffff**</
item>
</style>
Change **#???????? to what colour u want by using hex codes.
Do this also:~
Framework-res.apk\res\values
Colors (Y2)
for secondary popup fonts:
<?xml version="1.0"
encoding="utf-8"?>
<resources>
<color
name="**bright_foreground_light">#ffffffff **</
color>
</resources>
Please give me ur framework, i'll help u
kreatonn said:
First decompile ur framework res.apk, go to ur decompiled file folder.
Do this:~
Go to this directory
res\values
Styles
for fonts widget:
<style name="Widget.TextView"
parent="@style/Widget">
<item name="textColor">**#ffffffff**</
item>
</style>
Change **#???????? to what colour u want by using hex codes.
Do this also:~
Framework-res.apk\res\values
Colors (Y2)
for secondary popup fonts:
<?xml version="1.0"
encoding="utf-8"?>
<resources>
<color
name="**bright_foreground_light">#ffffffff **</
color>
</resources>
Please give me ur framework, i'll help u
Click to expand...
Click to collapse
Uh thank you very much! Here is framework-res.apk, extract it after download:
http://www.mediafire.com/?nk7fx2c46c3eeyk
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
kreatonn said:
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
I just want to change font color in settings from white to black, leave font default,just change color to black
2010matej said:
I just want to change font color in settings from white to black, leave font default,just change color to black
Click to expand...
Click to collapse
Hi, i've encounter a problem. Do you gimme ur original framework?? Or it a modded framework?? Please be more specified.
Sent from my Xperia Miro using xda premium
kreatonn said:
Hi, i've encounter a problem. Do you gimme ur original framework?? Or it a modded framework?? Please be more specified.
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
Its origin
Sent from my Xperia J using xda premium
But i got this problem
Sent from my Xperia Miro using Tapatalk 2
When i will have time i will search for framework and upload it
Sent from my Xperia J using xda premium
kreatonn said:
Do u want to change it in what colour?? U want change only settings.apk or whole font??
Sent from my Xperia Miro using xda premium
Click to expand...
Click to collapse
hey plz listen i want to change my font colour frm white to black......wht should i do??
prashantsharma324 said:
hey plz listen i want to change my font colour frm white to black......wht should i do??
Click to expand...
Click to collapse
I was asking the same question and i still didnt found answer!
2010matej said:
I was asking the same question and i still didnt found answer!
Click to expand...
Click to collapse
Same here ??

Categories

Resources