[Guide][5.0] How to theme TW SystemUI

Darkwing_X

Senior Member
Apr 26, 2012
921
1,205
133
+1

---------- Post added at 12:55 AM ---------- Previous post was at 12:51 AM ----------

I want change color in red line, background panel , how can I ?


...azat...
It's in res/values/colors.xml
<color name="tw_quick_connect_layout_bg"> and
<color name="notification_header_bg_tw"
 
  • Like
Reactions: Free_21

TheKucho

Senior Member
Jul 22, 2011
822
2,151
0
FINALLY!!

In the latest 5.1.1 tw rom for the note 4 to change notification title text its in values-sw360dp-hdpi-v13/styles
I know this post is over 5 months old, but i really, really just want to thank you for this post. I've looked countless hours for help solving black text on black notification but to no avail. i finally stumbled upon your post with a lucky google search, and am just ecstatic. I didn't know such a minor thing could make someone this delight but i just want to say thank you again for this post. :D
 

32dave

Senior Member
Apr 7, 2011
979
465
93
Woodstock
I know this post is over 5 months old, but i really, really just want to thank you for this post. I've looked countless hours for help solving black text on black notification but to no avail. i finally stumbled upon your post with a lucky google search, and am just ecstatic. I didn't know such a minor thing could make someone this delight but i just want to say thank you again for this post. :D
I'm glad it helped took me a couple of weeks to find it. one line at a time lol
 

Free_21

Senior Member
Feb 4, 2014
266
397
0
if you used Dark Color Like Black you have to change Notifications text color its in Framework-res/values/styles.xml
find
Code:
<style name="TextAppearance.Material.Notification" parent="@style/TextAppearance.Material">
<style name="TextAppearance.Material.Notification.Title" parent="@style/TextAppearance.Material.Notification">
<style name="TextAppearance.Material.Notification.Emphasis" parent="@style/TextAppearance.Material.Notification">
and change
Code:
<item name="textColor">

I want change notification text colur but when I change "textcolor" in framework.apk/res/values/styles.xml and recompile on apk tool error public.xml
 

marinalin85

Senior Member
Jan 22, 2012
447
1,039
0
27
Moldova Noua
Fade animation color!

Guys, a little bit of help. How to change that black faded background (red squared)? Is not an actual color, it's some kind of animation that fades into black. I want to make it white just like marshmallow version of touchwiz.

Thank you!
 
  • Like
Reactions: radouaneclub

ManuProN5

Senior Member
Aug 24, 2015
1,383
5,658
0
Guys, a little bit of help. How to change that black faded background (red squared)? Is not an actual color, it's some kind of animation that fades into black. I want to make it white just like marshmallow version of touchwiz.

Thank you!
For 5.0.2 its in systemui.apk/res/values/colors.xml
This line:
"notification_panel_bg_dim_color"
 
  • Like
Reactions: marinalin85

dm96

Senior Member
Sep 30, 2014
70
15
0
Im working on s5 900f with official 6.0.1 and i cant remove the s-finder/connect bar, i have changed all the values that i found and the bar is still present. I have a feeling that the have mooved the value somewhere else.
Edit 1 : ------
*********ty video i found this video "showing" how to remove it, it was fake, but there was a commeter that helped:
xnexuzx O.
Method 2 XD need "root explorer"
with superuser permissions "r / o" mount
go to the "/ system / etc / permissions /" folder and find the file: "com.sec.feature.findo.xml"
This rename as ".bak" and reboot. done XD
 

Attachments

Last edited:
  • Like
Reactions: soulsholeh

sieuan

Senior Member
Nov 12, 2012
665
476
0
@Rick1684

Can you guide me how to make a boder line around power menu or volume panel, resolve menu,... I mean it can apply for all menu Thanks





Sent from my SM-N900 using Tapatalk
 

Rick1684

Senior Member
Sep 25, 2012
604
469
63
37
New Carlisle
@Rick1684

Can you guide me how to make a boder line around power menu or volume panel, resolve menu,... I mean it can apply for all menu Thanks





Sent from my SM-N900 using Tapatalk
Sure, Send me a pm because I need to know what version you are running and understand better what you want. The resolver is more than likely going to require edit png files. The border on the popups will effect more than just the power menu. Eg. When we edit the twpopup.xml(not the actual name) it will effect more than the power menu. So I need to know better what you are trying to do.
 

sieuan

Senior Member
Nov 12, 2012
665
476
0
Sure, Send me a pm because I need to know what version you are running and understand better what you want. The resolver is more than likely going to require edit png files. The border on the popups will effect more than just the power menu. Eg. When we edit the twpopup.xml(not the actual name) it will effect more than the power menu. So I need to know better what you are trying to do.
Ok, i have been send you a PM.
And after read all 527 posts of this thread, i have done mod on resolver menu and popup menu by added a 9 patch image. I also add
Code:
<stroke android:width="1.0dip" android:color="#ff33b5e5" />
but it not active, nothings happend with resolver and popup menu, so i used a 9 patch image, and it work good.

Now my question is: how to add outline to "Spinner Dropdown List"? I've add
Code:
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="5.0dip" />
    <solid android:color="#ff454545" />
    [COLOR="Blue"]<stroke android:width="1.0dip" color="#ff33b5e5" />[/COLOR]
</shape>
to tw_popup_background_material.xml and popup_background_material.xml but nothing happend, but it can change solid color, and if i change solid color to transparent (#00000000), i can see a stroke 1.0 dip in BLACK color, not in #33b5e5 color which i added.

And how to make outline of the menu appear (i dont know what called) when we press menu button? And how to make out line of volume panel?
Please someone help me, thanks!
 

Attachments

Rick1684

Senior Member
Sep 25, 2012
604
469
63
37
New Carlisle
I just seen your pm at the same time as this post my bad. Anyway. If I remember correctly the spinner was drawable/btn_default_mtrl_shape.xml. The brightness slider has a drawable that overlays the xml for the pop ups. I will have to look it up. But it needs to be made clear. So the xml changes show through.

The menus are also drawables. There are several of them for the different styles. , eg holo ,material

Same thing for popups there is a 9png overlaying the xml mods. It needs to be clear so the xml mods show through. That's the reason that editing the png worked. Make that png clear and the xml changes will show.
 

Attachments

Last edited:
  • Like
Reactions: sieuan

sieuan

Senior Member
Nov 12, 2012
665
476
0
I just seen your pm at the same time as this post my bad. Anyway. If I remember correctly the spinner was drawable/btn_default_mtrl_shape.xml. The brightness slider has a drawable that overlays the xml for the pop ups. I will have to look it up. But it needs to be made clear. So the xml changes show through.

The menus are also drawables. There are several of them for the different styles. , eg holo ,material

Same thing for popups there is a 9png overlaying the xml mods. It needs to be clear so the xml mods show through. That's the reason that editing the png worked. Make that png clear and the xml changes will show.
After several days play with tons of images and color, finally i've done all popup menu [emoji3] [emoji4] [emoji3] [emoji4] i love it














Sent from my SM-N900 using Tapatalk