XCIPTV Selector Color Change && Selected item color change

moniKKa

New member
Joined
Jul 11, 2022
Messages
7
Awards
1
Offline
I have been wondering, does anyone know how to change the colour from yellow to any other colour.
I have branded my app to a light brown and the texts sometimes disappear due to the selector colour
and when selected, the yellow affects readability
Is there anyone who can help?
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,801
Awards
4
Online
not quite sure which selector you refer to but yes you can change all colours in xciptv , have you got a pic of the selector you want to change as there are a few ?
edit: I have just loaded up xciptv and cant see where you would have a problem with yellow selector colour ? so really need some pics
 
Last edited:

moniKKa

New member
Joined
Jul 11, 2022
Messages
7
Awards
1
Offline
I have pointed to the problemchild
_ _
 

Attachments

  • Screenshot 2022-08-09 at 00.07.40.png
    Screenshot 2022-08-09 at 00.07.40.png
    177.4 KB · Views: 96
  • Screenshot 2022-08-09 at 00.08.06.png
    Screenshot 2022-08-09 at 00.08.06.png
    240 KB · Views: 99
  • Screenshot 2022-08-09 at 00.08.20.png
    Screenshot 2022-08-09 at 00.08.20.png
    309.9 KB · Views: 92
  • Screenshot 2022-08-09 at 00.08.40.png
    Screenshot 2022-08-09 at 00.08.40.png
    226.2 KB · Views: 96

XSuperDan

Well-known member
Joined
Jun 8, 2021
Messages
66
Awards
3
Offline
All done in RES > VALUES > COLORS.

Find the colour being used by looking at the activity xml for the page you want in LAYOUT. for example;
android:textColor="#ffffc107" android:gravity="center" android:id="@id/txt_mac_address"

sometimes the color is changable via the layout directly with "android:textColor="VALUE"" and sometimes its done via the ID "android:id="@id/COLOR_VALUE""
 

moniKKa

New member
Joined
Jul 11, 2022
Messages
7
Awards
1
Offline
All done in RES > VALUES > COLORS.

Find the colour being used by looking at the activity xml for the page you want in LAYOUT. for example;
android:textColor="#ffffc107" android:gravity="center" android:id="@id/txt_mac_address"

sometimes the color is changable via the layout directly with "android:textColor="VALUE"" and sometimes its done via the ID "android:id="@id/COLOR_VALUE""
I tried doing that with no change actually, hence my question
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,801
Awards
4
Online
Using MT the first set of colors can be changed like this ,
resources.arsc, then select Arsc Editor plus ,then select color /color
Screenshot 2022-08-09 121014.jpg

The box selector around the selected channel is done in res/layout if i remember correctly
 

Sparky

New member
Joined
Aug 15, 2021
Messages
22
Awards
1
Offline
When I once was struggling with the colours of an app I did some reading and found a really easy way of identify where to change the hex colour within the app. Not sure who it was that suggested it so cannot give them credit.

 

adamsmith19971

New member
Joined
Nov 25, 2022
Messages
5
Awards
1
Offline
I''m currently struggling with the same thing tried everything changed all the hex colours in colors.xml and changed all the hex colours in the layout and drawables and still nothing
 

Cyber

New member
Joined
May 5, 2022
Messages
2
Offline
Can anyone shed some light on this. doesn't seem to change colours, thanks
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,801
Awards
4
Online
how are you changing the colors ? quite a few people dont realsie that you click on the actual color bar in my image above , and select edit
you can then edit the colors using the sliders ,no need for hex codes or the like , make sure you save after each edit , its a simple proccess.

here is a little video showing how easy it really is.

 

Cyber

New member
Joined
May 5, 2022
Messages
2
Offline
how are you changing the colors ? quite a few people dont realsie that you click on the actual color bar in my image above , and select edit
you can then edit the colors using the sliders ,no need for hex codes or the like , make sure you save after each edit , its a simple proccess.

here is a little video showing how easy it really is.

What software are you using I’ve tried apk edit (android) and easy tool (pc), edited saved rebuilt/compiled, but won’t change anything. When re opened the colour.xml file it shows my changes. What am I missing, I only want to change the theme colour
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
278
Awards
4
Offline
Using MT the first set of colors can be changed like this ,
resources.arsc, then select Arsc Editor plus ,then select color /color
View attachment 3681

The box selector around the selected channel is done in res/layout if i remember correctly
FFS are you serious lol 🤣 well you learn something new everyday lol thanks mate, no more using hex code websites lol
 

Wizapk

Well-known member
Joined
Oct 11, 2021
Messages
278
Awards
4
Offline
What software are you using I’ve tried apk edit (android) and easy tool (pc), edited saved rebuilt/compiled, but won’t change anything. When re opened the colour.xml file it shows my changes. What am I missing, I only want to change the theme colour
Use MT Manager. Buy the full version from Dev
 

burstow84

Member
Joined
Sep 28, 2021
Messages
72
Awards
1
Offline
Ok I need a simple colour change in this xc app never been asked to do it he wants it in blue the category section as the colour is puprple
 

burstow84

Member
Joined
Sep 28, 2021
Messages
72
Awards
1
Offline
Ok I need a simple colour change in this xc app never been asked to do it he wants it in blue the category section as the colour is puprple
 

Attachments

  • Screenshot_20240126-103424~2.png
    Screenshot_20240126-103424~2.png
    393.1 KB · Views: 15

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,801
Awards
4
Online
the pink color in my image above
Screenshot 2024-01-26 184141.jpg
 
Top