REQUEST Could anyone help on a few changes on Smarters V3 please?

slychannels

New member
Joined
Jul 25, 2021
Messages
11
Offline
Hello all I was wondering if anyone could help on how to change the colours on the log in buttons and the live with epg header? I've managed just about every other edit but cant for the life of me find how to change these any help would be greatly appreciated, I have tried looking through many posts to see if this has been explained but couldn't find anything
 

Attachments

  • photo_2022-05-31_12-54-13.jpg
    photo_2022-05-31_12-54-13.jpg
    81.1 KB · Views: 60
  • photo_2022-05-31_12-54-16.jpg
    photo_2022-05-31_12-54-16.jpg
    121.9 KB · Views: 60

atomant247

Active member
VIP Member
Joined
Apr 25, 2021
Messages
286
Awards
2
Offline
Hello all I was wondering if anyone could help on how to change the colours on the log in buttons and the live with epg header? I've managed just about every other edit but cant for the life of me find how to change these any help would be greatly appreciated, I have tried looking through many posts to see if this has been explained but couldn't find anything
Login screen is shape_button1.xml and shape_button_focused1.xml For epg color look for ll_cat_title in activity_new_epg.xml (a few of them)
 

slychannels

New member
Joined
Jul 25, 2021
Messages
11
Offline
Login screen is shape_button1.xml and shape_button_focused1.xml For epg color look for ll_cat_title in activity_new_epg.xml (a few of them)
Thank you so much for the help ive done the buttons but this epg header is a nightmare i changed what you suggested but still there unfortunately i dont suppose you have any other ideas on how to get rid of it
 

Attachments

  • photo_2022-05-31_12-54-16.jpg
    photo_2022-05-31_12-54-16.jpg
    121.9 KB · Views: 7

atomant247

Active member
VIP Member
Joined
Apr 25, 2021
Messages
286
Awards
2
Offline
Thank you so much for the help ive done the buttons but this epg header is a nightmare i changed what you suggested but still there unfortunately i dont suppose you have any other ideas on how to get rid of it
285368148_469910521566496_3376234960221283055_n (1).jpg
100% method I use. Make sure you change in all the xml. There are more than 1
 

betotun

Well-known member
Joined
May 28, 2021
Messages
361
Awards
4
Offline
What I do in those cases I take capture, I open photoshop, I select the color with the dropper and copy the hexadecimal, then I look for that code in apkeditor and that's it, I just choose the hexadecimal of the new color
 

slychannels

New member
Joined
Jul 25, 2021
Messages
11
Offline
What I do in those cases I take capture, I open photoshop, I select the color with the dropper and copy the hexadecimal, then I look for that code in apkeditor and that's it, I just choose the hexadecimal of the new color
tried this and changed every colour but somewhere i have missed it
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,894
Awards
4
Offline
some colors are just not in colors.xml they are defined in layout files , as atomant247 has shown above , not that common but
I know certain apps will use this method especially if the APK has been updated and the dev wants to add something different he will use the layout files sometimes.
Point to note for future reference ,look for an app named DEV ASSISTANT
Screenshot 2022-05-31 233856.jpgScreenshot 2022-05-31 233922.jpg
Its free and what it does is when an app is running you can call up an xray screen that lets you point to areas or button on the screen and it
shows you in text output what/where files each item are in the apk, cuts a lot of time off like for instance the top bar of the EPG guide , if you had run the dev assistant it would first tell you the name of the bar inside the apk and the color value it will also tell you which files you need to edit. :) easy when you know how , point to note does not work to well on an emulator but on a tablet or phone works great , bit fiddly to use but worth the effort.
 

slychannels

New member
Joined
Jul 25, 2021
Messages
11
Offline
some colors are just not in colors.xml they are defined in layout files , as atomant247 has shown above , not that common but
I know certain apps will use this method especially if the APK has been updated and the dev wants to add something different he will use the layout files sometimes.
Point to note for future reference ,look for an app named DEV ASSISTANT
View attachment 3252View attachment 3253
Its free and what it does is when an app is running you can call up an xray screen that lets you point to areas or button on the screen and it
shows you in text output what/where files each item are in the apk, cuts a lot of time off like for instance the top bar of the EPG guide , if you had run the dev assistant it would first tell you the name of the bar inside the apk and the color value it will also tell you which files you need to edit. :) easy when you know how , point to note does not work to well on an emulator but on a tablet or phone works great , bit fiddly to use but worth the effort.
Thanks pal really appreciate the input im going to give that a go now although i sorted the issue still good to know thank you
 

The Cobra

New member
Joined
Oct 6, 2021
Messages
27
Offline
some colors are just not in colors.xml they are defined in layout files , as atomant247 has shown above , not that common but
I know certain apps will use this method especially if the APK has been updated and the dev wants to add something different he will use the layout files sometimes.
Point to note for future reference ,look for an app named DEV ASSISTANT
View attachment 3252View attachment 3253
Its free and what it does is when an app is running you can call up an xray screen that lets you point to areas or button on the screen and it
shows you in text output what/where files each item are in the apk, cuts a lot of time off like for instance the top bar of the EPG guide , if you had run the dev assistant it would first tell you the name of the bar inside the apk and the color value it will also tell you which files you need to edit. :) easy when you know how , point to note does not work to well on an emulator but on a tablet or phone works great , bit fiddly to use but worth the effort.
Hello mate, I know you saying that dev assistant doesn't work too well on emulator but just wondering if you know how to get the assistance/xray working on Bluestacks 5?
 

G-man

Well-known member
Top Poster Of Month
Joined
Apr 16, 2021
Messages
1,894
Awards
4
Offline
I use four emulators Memu being my go to one not because its better its just because i am used to it ,
the problem with using an emulator is to activate the xray mode you have to press and hold down the middle button on the bottom of your phone or tablet screen , and an emulator just does not emulate this to well not to sure about bluestacks that may be different , i have a cheap tablet in one of my drawers and if i am really stuck i use that as there is more screen space than a phone
Screenshot 2022-06-01 232549.jpg
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
Spent several days trying to get dev assistant working on Bluestacks, before giving up. Get a cheap android phone or tablet and save yourself the headache
 
Top