Can Anyone Tell How do i Change The Text Color of The Screenis Below to White?
Thanks In Advance
SnowPluralism said:
Can Anyone Tell How do i Change The Text Color of The Screenis Below to White?
Thanks In Advance
Click to expand...
Click to collapse
Not sure what ROM your on, but those are controlled in color/secondary_text_dark.xml and secondary_text_light.xml.
Change the first 2 and last 2 lines to hex. this is also where the secondary text color in like the display settings and things like that.
android:color="@color/dim_foreground_dark_disabled"
Will be :
android:color="#ffffffff"
or whatever hex code you want.
If i's not that it would be this:
Code:
In the styles.xml change: ( [B]Of either Launcher or Framework[/B])
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">?textColorPrimaryInverse</item>
to
Code:
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/bright_foreground_dark</item>
Click to expand...
Click to collapse
If it still doesn't work..
In the styles.xml change: ( Of either Launcher or Framework)
THIS..
Code:
<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>
TO THIS..
[CODE]<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>
[/CODE]
Click to expand...
Click to collapse
Click to expand...
Click to collapse
PM me if your not sure of something or need help!
---------- Post added at 06:10 PM ---------- Previous post was at 06:06 PM ----------
BTW:- That theme looks awesome, something new I suppose? Or an update to your Rom? :exited:
Almost...
Now Its Like This
Its Almost Done!
I Also Attached The framework if u wanna give it a look ( This is withoud the modded colors )
Any Advice?
Mmm, I don't really know the stock Roms, try searching around, in TW Framework too. Sorry I'm quite busy now if you can wait I could do it for you tomorrow or so.
i have until tuesday i am playing around with xml now to see what happens
---------------------------
So damn tired of xml trying
didint anyone now how to change that text color?
You can try it with UOT kitcken
...make a framework-res and system.apk backup first
themeing
SnowPluralism said:
Now Its Like This
Its Almost Done!
I Also Attached The framework if u wanna give it a look ( This is withoud the modded colors )
Any Advice?
Click to expand...
Click to collapse
look at this guide
http://forum.xda-developers.com/showthread.php?t=1376873
SnowPluralism said:
Can Anyone Tell How do i Change The Text Color of The Screenis Below to White?
Thanks In Advance
Click to expand...
Click to collapse
decompile framework-res.apk
go to res\values\colors.xml
in colors.xml edit bright_foreground_light">#ffffffff
or whatever hex code you want
---------------------------------------------------------
:good: If I helped you click Thanks BUTTON
SamAce43 said:
decompile framework-res.apk
go to res\values\colors.xml
in colors.xml edit bright_foreground_light">#ffffffff
or whatever hex code you want
---------------------------------------------------------
:good: If I helped you click Thanks BUTTON
Click to expand...
Click to collapse
Thanks a lot but i solved the issue using a lighter background
Sent from my GT-S5830 using xda premium
SnowPluralism said:
Thanks a lot but i solved the issue using a lighter background
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
:good:
SnowPluralism said:
Thanks a lot but i solved the issue using a lighter background
Sent from my GT-S5830 using xda premium
Click to expand...
Click to collapse
Share tge theme btw is that sgsii v10 rom or bald eagle 2
Sent from my Galaxy ACE using xda app-developers app
None I Was Mading It
Related
Hi Gang,
First ever complete ICS theme
[ Whats new ]
Big headers
White and blue text
Transparent status bar
Vertical batt with % icon
Themed dialer
Blue stats icons
Removed swipe screen to unlock text from lock screen
Sleeked horizontal progress bar
Crt off enabled (enable all/some animations and comment line debug.sf.hw in build.prop)
Blue coloured pop up dividers
Ics animation
Blue text on selection
Transparent music app and gmail app
And much more.
Flash the attached zip normally using cwm5 after mounting system and data. Please take backup of systemui.apk, framework.apk before flashing the zip.
Once again thanks to wanokairoen for letting me use some of his pngs.
New screenshots
Good job.
Sent from my GT-S5830 using xda premium
Thanks guys for liking it.
Themed apps are in the making and should be available by weekend. :what:
Dialer and mms apps are already done. Few more apps remaining.
-Nishu
dose it work on S5830XWKS2
When i get back to PC ill post how to slim down the progress bars so there are ics like
Sent from my SCH-I400 using xda premium
@nisha
Need rood the rom (DDKQ8) or will apply directly through cwm
Shareef17 said:
@nisha
Need rood the rom (DDKQ8) or will apply directly through cwm
Click to expand...
Click to collapse
U got cwm without rooting? U can try..
-Nishu
Would it work on XXKPP?
Sent from my GT-S5830 using XDA
Bebobebo1976 said:
dose it work on S5830XWKS2
Click to expand...
Click to collapse
Mar1u5 said:
Would it work on XXKPP?
Click to expand...
Click to collapse
Probably NOT. but no one can stop you from trying just make a backup first.
nishantmnit said:
Thanks guys for liking it.
Themed apps are in the making and should be available by weekend.
Dialer and mms apps are already done. Few more apps remaining.
Click to expand...
Click to collapse
i made a mod to center the clock on lockscreen. you can use it if you like. (will be uploading it today)
ics horizontals
ciscogee said:
When i get back to PC ill post how to slim down the progress bars so there are ics like
Sent from my SCH-I400 using xda premium
Click to expand...
Click to collapse
i tried to edit your framework-res in your theme to slim down horizontals.
here is the code:
make edits in frameworks-res/res/values/styles.xml
lines 357 - 373
copy and paste this over those lines:
<style name="Widget.ProgressBar.Horizontal" parent="@style/Widget.ProgressBar">
<item name="maxHeight">4.0dip</item>
<item name="indeterminateOnly">false</item>
<item name="indeterminateDrawable">@drawable/progress_indeterminate_horizontal</item>
<item name="progressDrawable">@drawable/progress_horizontal</item>
<item name="minHeight">4.0dip</item>
</style>
<style name="Widget.SeekBar" parent="@style/Widget">
<item name="focusable">true</item>
<item name="maxHeight">4.0dip</item>
<item name="indeterminateOnly">false</item>
<item name="indeterminateDrawable">@drawable/progress_horizontal</item>
<item name="progressDrawable">@drawable/progress_horizontal</item>
<item name="minHeight">4.0dip</item>
<item name="thumb">@drawable/seek_thumb</item>
<item name="thumbOffset">11.0dip</item>
</style>
i get errors when compiling. you shouldnt since you have been editting with that frameowrks. but those are the mods.
also there are alot of pngs that should be changed as weel to get the overall ics effect. mostly green check boxes. if i come across mpdi images ill share.
also below is styles.xml editted and decompiled. so copy over existing styles in your framework-res
nishantmnit said:
dialer and mms apps are already done. Few more apps remaining.
Click to expand...
Click to collapse
....waiting !!!! :d:d
pichulaconpan said:
....waiting !!!! :d:d
Click to expand...
Click to collapse
Sorry guys i am down with fever this weekend so updates aint expected till next weekend.
-Nishu
hey can u pls give me font that is used in screenshots
Few more final touches remaining. New updates coming soon. Please dont ask for an eta as i want it to be best. Bcoz i hv decided to stay on ddkq8.
-Nishu
mv_style said:
hey can u pls give me font that is used in screenshots
Click to expand...
Click to collapse
Thats roboto flip font. However i wud recommend sony sketch font.
Search in apps and themes section.
-Nishu
nishantmnit said:
Few more final touches remaining. New updates coming soon. Please dont ask for an eta as i want it to be best. Bcoz i hv decided to stay on ddkq8.
-Nishu
Click to expand...
Click to collapse
Glad to see you got ics horizontals mod to work
Sent from my SCH-I400 using xda premium
looks amazing!..
Swyp'ed From My Awesome Ace With Beats Audio Using XDA Premium
q
can i flash this through normal recovery mode ? witohut cwm ? my phone is rooted
---------- Post added at 09:45 PM ---------- Previous post was at 09:11 PM ----------
flashed through cwm and f.ked up everything i cant see status bar at all :S and no pad menu anyone knows whats wrong ?
Works on XXKPT?
Sent from my GT-S5830 using Tapatalk
FilipeMoritz said:
Works on XXKPT?
Sent from my GT-S5830 using Tapatalk
Click to expand...
Click to collapse
Nope only on ddkq8 stock.
-Nishu
( REQ ) Someone to help theme Samsung Calendar APK !
OMG .. Really ? Did a child make the theme ?
The Stock Calendar Program Has the worst theme I have ever seen !!
I have been able to change a few things ..
However it uses black text so I am unable to use a darker theme.
Anyone wana help out ?
WarlockW said:
( REQ ) Someone to help theme Samsung Calendar APK !
OMG .. Really ? Did a child make the theme ?
The Stock Calendar Program Has the worst theme I have ever seen !!
I have been able to change a few things ..
However it uses black text so I am unable to use a darker theme.
Anyone wana help out ?
Click to expand...
Click to collapse
Change the text color
Check the color.xml and styles.xml
evil1art said:
Change the text color
Check the color.xml and styles.xml
Click to expand...
Click to collapse
LOL were thats were i get lost
No Idea what to change ...
WarlockW said:
LOL were thats were i get lost
No Idea what to change ...
Click to expand...
Click to collapse
Dl notepad+. After you decompile open with notepad+ and edit color.xml and styles.xml like evil1 said there you can find the text color sorry dont know the exact name
Sent from my SGH-T999 using xda premium
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
elesbb said:
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Right you will just have to match the hex codes with what you want to change
Sent from my SGH-T999 using xda premium
Babyj303 said:
Right you will just have to match the hex codes with what you want to change
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
elesbb said:
Yes like everyone says they are in those files they are hex color coded.
Sent from my SGH-T999 using Tapatalk 2
Click to expand...
Click to collapse
Babyj303 said:
Dl notepad+. After you decompile open with notepad+ and edit color.xml and styles.xml like evil1 said there you can find the text color sorry dont know the exact name
Sent from my SGH-T999 using xda premium
Click to expand...
Click to collapse
LOL ok .. cool thanks .. everyone
However like I said .. i have NO idea what to change! in the files.
When it comes to modding xml's I am kinda lost
If some one could make one that turns all the test to white!
I can then theme it to look way better!
Hi,
I need transparent statusbar for Nexus 4 official rom, don't want to use any custom roms. Can somebody help me with this?
Thanks in advance.
Hi, i have requested it some days ago, here is the link: http://forum.xda-developers.com/showthread.php?t=2334362
I think the same of you and at my post i quoted other to explain how to do it at a Samsung galaxy s3, but i have tried to decompile, edit the archives and compile, put in my phone and get a bootloop
Sent from my Nexus 4 using xda app-developers app
llsantiago said:
Hi, i have requested it some days ago, here is the link: http://forum.xda-developers.com/showthread.php?t=2334362
I think the same of you and at my post i quoted other to explain how to do it at a Samsung galaxy s3, but i have tried to decompile, edit the archives and compile, put in my phone and get a bootloop
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
Hey, thanks for your post. Actually, i have also tried to modify couple of SystemUI.apk and Framework-res.apk etc. but none worked correctly or resulted in a bootloop. Hence, we need support from someone experience in these kind modifications. Moreover, i never intended to create a duplicate thread but unfortunately, the search function was not working at that time and I had to create it
Hopefully, someone will help us out in this regard.
lethalfriend said:
Hi,
I need transparent statusbar for Nexus 4 official rom, don't want to use any custom roms. Can somebody help me with this?
Thanks in advance.
Click to expand...
Click to collapse
Do you at least have root?
Sent from my Nexus 4 using xda premium
Yes I do have root
Sent from my C6603 using Tapatalk 4 Beta
lethalfriend said:
Yes I do have root
Sent from my C6603 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Do you want it 100% transparent?
Sent from my Nexus 4 using xda premium
obtained said:
Do you want it 100% transparent?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Yes, that would be awesome and thank you so much for helping me out
lethalfriend said:
Yes, that would be awesome and thank you so much for helping me out
Click to expand...
Click to collapse
It's not a problem. Will you send me your systemui.apk?
Sent from my Nexus 4 using xda premium
obtained said:
It's not a problem. Will you send me your systemui.apk?
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Here you go bro.
https://www.dropbox.com/s/zv9au40he4g0xa7/SystemUI.apk
lethalfriend said:
Here you go bro.
https://www.dropbox.com/s/zv9au40he4g0xa7/SystemUI.apk
Click to expand...
Click to collapse
I modified the image to be transparent, tested it, and it did not work for me on the rom i'm using. But here is a flashable zip. I'd prefer you to make a backup first. For some reason making the status bar transparent just isn't as easy as it used to be...
obtained said:
I modified the image to be transparent, tested it, and it did not work for me on the rom i'm using. But here is a flashable zip. I'd prefer you to make a backup first. For some reason making the status bar transparent just isn't as easy as it used to be...
Click to expand...
Click to collapse
Once again thank you so much for your time and efforts. However, i'll test the attached zip and will post the results as early as possible.
lethalfriend said:
Once again thank you so much for your time and efforts. However, i'll test the attached zip and will post the results as early as possible.
Click to expand...
Click to collapse
Not a problem at all. I hope it works for you.
Sent from my Nexus 4 using xda premium
For me don't works, i'm on stock rom, stock launcher but i tried other launchers.
Thanks
Sent from my Nexus 4 using xda app-developers app
I think you shall hold till 4.3 is out ,and try modifying it.
obtained said:
Not a problem at all. I hope it works for you.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
Hey bro, finally i have tried it and unfortunately, its not working for me either maybe need to edit some other parameters as well
obtained said:
Not a problem at all. I hope it works for you.
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
You have edited "tw_super_status_bar.XML" and "drawables.xml"?
Thanks for help we.
Sent from my Nexus 4 using xda app-developers app
Someone want to try this one? If this doesn't work then I don't know what will. I've tried one image and a few different xmls and none seem to work.
obtained said:
Someone want to try this one? If this doesn't work then I don't know what will. I've tried one image and a few different xmls and none seem to work.
Click to expand...
Click to collapse
I tried it now, it works, but you have edited the wrong files, maked the notications transparent.
I have a tutorial:
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
Thaks for helping.
llsantiago said:
I tried it now, it works, but you have edited the wrong files, maked the notications transparent.
I have a tutorial:
1. You should decompile SystemUI.apk
2. Open /SystemUI/res/layout/tw_super_status_bar.xml and change android:background to 100% transparent:
Code:
<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="#00000000" android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui">
3. Save /SystemUI/res/layout/tw_super_status_bar.xml
4. Open /SystemUI/res/values/drawables.xml and edit this line to get transparency you need, for example, 100% transparent:
Code:
<item type="drawable" name="status_bar_background">#00000000</item>
5. Save /SystemUI/res/values/drawables.xml
6. Recompile SystemUI.apk
Done... Now you have 100% transparent homescreen statusbar
A short hint:
#00000000 - 100% transparency
#3F000000 - 75% transparency
#7F000000 - 50% transparency
#BF000000 - 25% transparency
Thaks for helping.
Click to expand...
Click to collapse
I decompiled SystemUI.apk and can find no tw_super_status_bar.xml anywhere.
I did edit super_status_bar.xml and drawables.xml but there's no tw_super_status_bar.xml...?
obtained said:
I decompiled SystemUI.apk and can find no tw_super_status_bar.xml anywhere.
I did edit super_status_bar.xml and drawables.xml but there's no tw_super_status_bar.xml...?
Click to expand...
Click to collapse
Sorry, tw super status bar its for touchwiz, but editing that thinks at super_status_bar.XML and drawables.xml like the tutorial i think will work.
Thaks one more time
Sent from my Nexus 4 using xda app-developers app
Hi folks
I’m learning and keep learning how to theme , so here is what i learned about theming in Black , if this guide helped you please press Thanks Button .
Lets start , you need Notepad ++ , PC and apktool package .
Download : http://d-h.st/gxg
You need to know how to decompile and compile !! before starting .
Method 1
Editing res/values/styles.xml .
Example : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault.Light">
This is Main theme for app ! so by Editing it you will change the theme for full app
This one , to make it black just remove .Light in the end , if you want it from black to white add .Light in the end ,
After editing : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault">
-------------------
Method 2
Editing AndroidManifest.xml
Thats why we dont see any "theme text" in styles.xml ,
Example in backup & restore app
<activity android:theme="@*android:style/Theme.DeviceDefault.Light" android:label="@string/backup_wizard_app_name_txt" android:name=".ui.phone.PhoneMainActivity"
First of all you need to know what this "android:theme" for ?
in the line up there we see "android:name" = PhoneMainActivity so its for Main theme
And this " android:name=".ui.tablet.TabletMainActivity" " for Tablet Mode or Tablet , So its like Main theme
Remove Light for black theme , or add .Light for white theme
Example for black theme : <activity android:theme="@*android:style/Theme.DeviceDefault"
Example for white theme :<activity android:theme="@*android:style/Theme.DeviceDefault.Light"
-----------------------------------------
Method 3
Editing Smali.files ,
Loading , as i said i’m learning
Note : You may use Method 1 & 2 in same app
Extra : How to edit Settings background - http://forum.xda-developers.com/showthread.php?t=2443226 by @funky0308
IF you have any question please write it
IF you like the Guide please press thanks and write if you tried to theme by following this guide .
Bravo abo ,nice tutorial..
abo hani said:
Hi folks
I’m learning and keep learning how to theme , so here is what i learned about theming in Black , if this guide helped you please press Thanks Button .
Lets start , you need Notepad ++ , PC and apktool package .
Download : http://d-h.st/gxg
You need to know how to decompile and compile !! before starting .
Method 1
Editing res/values/styles.xml .
Example : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault.Light">
This is Main theme for app ! so by Editing it you will change the theme for full app
This one , to make it black just remove .Light in the end , if you want it from black to white add .Light in the end ,
After editing : <style name="SEMCNotesTheme" parent="@*android:style/Theme.DeviceDefault">
-------------------
Method 2
Editing AndroidManifest.xml
Thats why we dont see any "theme text" in styles.xml ,
Example in backup & restore app
<activity android:theme="@*android:style/Theme.DeviceDefault.Light" android:label="@string/backup_wizard_app_name_txt" android:name=".ui.phone.PhoneMainActivity"
First of all you need to know what this "android:theme" for ?
in the line up there we see "android:name" = PhoneMainActivity so its for Main theme
And this " android:name=".ui.tablet.TabletMainActivity" " for Tablet Mode or Tablet , So its like Main theme
Remove Light for black theme , or add .Light for white theme
Example for black theme : <activity android:theme="@*android:style/Theme.DeviceDefault"
Example for white theme :<activity android:theme="@*android:style/Theme.DeviceDefault.Light"
-----------------------------------------
Method 3
Editing Smali.files ,
Loading , as i said i’m learning
Note : You may use Method 1 & 2 in same app
IF you have any question please write it
IF you like the Guide please press thanks and write if you tried to theme by following this guide .
Click to expand...
Click to collapse
Hey make white verson of latest honami media app...thank you
Sent from my LT28i using XDA Premium 4 mobile app
Nitesh Shrestha said:
Hey make white verson of latest honami media app...thank you
Sent from my LT28i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Man, this was extremely rude.
First of all, don't quote whole OP.
Second - this is tutorial thread, not thread for wishes.
Sent from my LT26i using Tapatalk 4
Nice tutorial :good:
But you may want to add once you change the theme from black to white or vice verse, you should change the text color.
how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.
Great work abo hani.. Cheers..
slink722 said:
how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.
Click to expand...
Click to collapse
If i know it will be posted here
slink722 said:
how about if i want to make the theme apps transparent? is it possible? haha. i want to learn how to make it
edit: i made it already! hahah.
Click to expand...
Click to collapse
It ia possible, just edit the framework and will be done
Sent from my C6603 using Tapatalk 4
jimRnor said:
It ia possible, just edit the framework and will be done
Sent from my C6603 using Tapatalk 4
Click to expand...
Click to collapse
can you send me a tutorial for that? please hahah
---------- Post added at 10:34 AM ---------- Previous post was at 10:31 AM ----------
abo hani said:
If i know it will be posted here
Click to expand...
Click to collapse
haha. so lets just ask @jimRnor how to do it if she want and share it to everybody. :highfive:
Extra guide added thank you @funky0308
abo hani said:
Extra guide added thank you @funky0308
Click to expand...
Click to collapse
What did I do mate?
I'm glad if I helped but can't recall what have I done.
Sent from my LT26i using Tapatalk 4
funky0308 said:
What did I do mate?
I'm glad if I helped but can't recall what have I done.
Sent from my LT26i using Tapatalk 4
Click to expand...
Click to collapse
Without your help , this guide wont be posted
abo hani said:
Without your help , this guide wont be posted
Click to expand...
Click to collapse
Haha...yeah, I'm the best
I think you'll find a way.
But I'm 100% with everyone who wanna share knowledge with others.
Maybe when we see thread "how to change fonts" or similar though it's ridiculous but for someone who is new in this world that helps a lot.
So who ever know something - share that knowledge and we'll have great new themers and developers.
Sent from my LT26i using Tapatalk 4
@abo hani
you may want to hit the diasable smilies button below when in advanced editing (for this thread of course)
Sent from my LT26i using XDA Premium 4 mobile app
Envious_Data said:
@abo hani
you may want to hit the diasable smilies button below when in advanced editing (for this thread of course)
Sent from my LT26i using XDA Premium 4 mobile app
Click to expand...
Click to collapse
(Y) :good:
TitaniumZERO said:
Nice tutorial :good:
But you may want to add once you change the theme from black to white or vice verse, you should change the text color.
Click to expand...
Click to collapse
For this , i didnt know if the texts color in smali files :/
because i had black text in settings/apps , from my friend funky
and tried to fix it but no luck
To theme app in blue,traslucent etc...
What is the code?
Sent from my LT26i using xda premium
xperiasblack said:
To theme app in blue,traslucent etc...
What is the code?
Sent from my LT26i using xda premium
Click to expand...
Click to collapse
Open colors.xml and check which colours are defined.
I think I post a link to thread with hex codes for colors on my thread (theming) but I'll check amd if I have it I'll post here.
Sent from my LT26i using Tapatalk 4
Can anyone themate the Huawei player in black?
http://forum.xda-developers.com/showthread.php?t=2465531
Hello XDA,
even if some of you may object that it has been done before, i wanted to post the S5 SystemUI.apk
FEATURES:
- 100% original colours
- 100% original icons
- as close S5 look as possible, acc. to available pics.
- based on NA7, should work on all 4.3 releases.
FOR YOU:
- if you dont want to use Wanam
- if you want to gain the Edge and come really close to the S5 look
This is the perfect AddOn to @Kik0o 's S5 Theme, looks almost genuine!
//DrKaOt
HOW-TO:
1. Decompile: apktool d SystemUI.apk
2. Drawables: edit pngs png's (attached in the RAR file, decompiled edited 9 patch pngs included)
\res\drawable-xhdpi (icons, close, buttons ...)
\res\drawable-sw360dp-hdpi (clear button, normal, pressed ...)
3. edit \res\values\colors.xml
<color name="notification_panel_solid_background">#ff001d27</color>
4. edit \res\values\drawables.xml
<item type="drawable" name="notification_header_bg">#ff006779</item>
<item type="drawable" name="setting_background_color">#ff006779</item>
<item type="drawable" name="notification_title_background">#ff006779</item>
<item type="drawable" name="notification_background_color">#ff001d27</item>
5. edit \res\values\dimens.xml
<dimen name="quick_setting_button_gap">0.0dip</dimen>
6. edit \res\drawable\ic_notify_button_bg.html
<item android:state_pressed="true" android:drawable="@drawable/tw_quick_panel_quick_setting_button_bg_pressed" />
<item android:state_focused="true" android:drawable="@drawable/tw_quick_panel_quick_setting_button_bg_pressed" />
<item android:drawable="@drawable/tw_quick_panel_off" />
7. Compile: apktool b SystemUI
8. Don't forget to sign otherwise Softbrick!
is there any problem if i am using wanam? any conflicts between the mod and wanam?
Wifi work on this thank you..
Sent from my GT-I9305 using XDA Premium 4 mobile app
How about odex ML3 4.3 S3?? Should i delete any file?
halagore said:
How about odex ML3 4.3 S3?? Should i delete any file?
Click to expand...
Click to collapse
If you flash the script deletes the odex automatically.
Sent from my GT-I9300 using XDA Premium 4 mobile app
sp0r0s said:
is there any problem if i am using wanam? any conflicts between the mod and wanam?
Click to expand...
Click to collapse
I dont know.
Sent from my GT-I9300 using XDA Premium 4 mobile app
DrKaOt said:
If you flash the script deletes the odex automatically.
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
so do you its ok with odex and deodex??just flash it using cwm?? So what files do i need to back up? Framework?systemUI?
halagore said:
so do you its ok with odex and deodex??just flash it using cwm?? So what files do i need to back up? Framework?systemUI?
Click to expand...
Click to collapse
Backup systemui.apk+odex.
Sent from my GT-I9300 using XDA Premium 4 mobile app
DrKaOt said:
Backup systemui.apk+odex.
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok..will try soon..is it toggle bar only or with icons?
halagore said:
Ok..will try soon..is it toggle bar only or with icons?
Click to expand...
Click to collapse
Its complete SystemUI...with icons of course. So if you want to use it with kik0o's s5 theme for example you have to flash the theme first and than flash this file.
Sent from my GT-I9300 using XDA Premium 4 mobile app
DrKaOt said:
Its complete SystemUI...with icons of course. So if you want to use it with kik0o's s5 theme for example you have to flash the theme first and than flash this file.
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Ok tq sir..even i use N3 TW its fine??sorry too many question. .
halagore said:
Ok tq sir..even i use N3 TW its fine??sorry too many question. .
Click to expand...
Click to collapse
Ya thats abolutely fine.
Sent from my GT-I9300 using XDA Premium 4 mobile app
Great !! Thanks
Well..it sure beauty on my s3..awesome bro!! Thanx..
Hello sir . I flash ur mod but I missed transparent status bar btw I use glance rom
Look nice on my screen..running omega v56..thanks!
Sent from my GT-I9300 using public phone
nice job! perfctly working on neat 6.4 na5
This is awesome.
DrKaOt said:
Hello XDA,
even if some of you may object that it has been done before, i wanted to post the S5 SystemUI.apk
FEATURES:
- 100% original colours
- 100% original icons
- as close S5 look as possible, acc. to available pics.
- based on NA7, should work on all 4.3 releases.
FOR YOU:
- if you dont want to use Wanam
- if you want to gain the Edge and come really close to the S5 look
This is the perfect AddOn to @Kik0o 's S5 Theme, looks almost genuine!
//DrKaOt
Click to expand...
Click to collapse
You can port for note 2?
Mr.Bola said:
You can port for note 2?
Click to expand...
Click to collapse
Yes but dont have a note2 to test. So I have 2 requests.
1. Post me your systemui.apk
2. You need to test.
Sent from my GT-I9300 using XDA Premium 4 mobile app