REQUEST Looking for help for location of this colour

dazbrin

Well-known member
Joined
Nov 16, 2021
Messages
215
Awards
3
Offline
Looking to change this colour but can't find it at all in xciptv I've tried colour xml but no luck can anyone help please its the purple colour beside the live tv preview
 

Attachments

  • Screenshot_20221030-010212_xc725.jpg
    Screenshot_20221030-010212_xc725.jpg
    406.5 KB · Views: 50

Sparky

New member
Joined
Aug 15, 2021
Messages
22
Awards
1
Offline
Take a screen shot, open the image in paint and then use colour picker to obtain the colour HEX code. Make a note of the code and do a search within your editor.
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,949
Awards
4
Offline
yes this can be done but you need to do a bit of editing yourself, this was posted on here either last week or the week before cant remember who posted it but kudos to him/her.
Screenshot 2022-10-30 125920.jpgScreenshot 2022-10-30 125945.jpg
Basically you can change the color shown to a background image that is already in the apk itself , in the above example I used the already included black_bg.png and changed the image to a navy blue sort of colored image , there are a number of files to go through (listed below) open each file and look for for the background line it will looks something like this :-
android:background="FF000000"
change it to something like this:-
android:background="@drawable/black_bg" like in the example below
Screenshot 2022-10-30 131011.jpg
here is a list posted on the forums earlier of the locations you need to check and change after you have changed the black_bg.png
Change android:background="#exacolor" to android:background="@drawable/yourimage"


The image has to be in the drawable folder


res/layout-22/activity_channel_list.xml


res/layout-22/activity_play_stream_epg.xml


res/layout/activity_categories.xml


res/layout/actitity_channel_list.xml


res/layout/activity_load_last_live_t_v.xml


res/layout/activity_epg_xmltvn.xml


res/layout/activity_multiscreen_exo.xml
hope this help it helped me to sort it :)
 

dazbrin

Well-known member
Joined
Nov 16, 2021
Messages
215
Awards
3
Offline
Thankyou so much finally got it appreciate the help so much
 
Top