Change background color of setting's entries (right side)

Discuss about life, love, interests and modding here!
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#1

I have an image, which has been themed in red. I would like to reverse espescially the red background seen in settings.

Can anyone who is experienced advise on howto do this?

Is it in iTVsettings.apk? And if so, where do I have to change values to get clean/normal black background and lightliy highlighting?
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#2

no one???
Nayam
Administrator & Developer
Posts: 1263
Joined: Mon Jun 11, 2018 11:58 pm
Answers: 0
Has thanked: 192 times
Been thanked: 434 times
Contact:

#3

soldiaz wrote: Mon Mar 04, 2019 7:04 pmno one???
it's in colors.xml file. I usually nake these changes from sdk but I guess it's same everywhere.
BE NICE, BE RESPECTFUL
RESPECT THE MODERATORS
PM ONLY WHEN IMPORTANT
ENJOY!
My Devices:
X96 Mini, A95X Pro, H96 Pro Stick, A95X Max
User avatar
AxEgo
Experienced Member
Posts: 96
Joined: Tue Nov 27, 2018 5:34 am
Answers: 0
Has thanked: 7 times
Been thanked: 32 times

#4

Nayam wrote: Tue Mar 05, 2019 5:00 amit's in colors.xml file. I usually make these changes from sdk but I guess it's same everywhere.
I can't find this file anywhere. I'm guessing it's compiled from the sdk and not included in the realese.
X96 Mini - S905W - 2/16GB ATVXperience v2F
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#5

Yes, but I guess there are several xml files where you can set color...

I'd like to set background color and highlight color on right side here:

Image
Image
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#6

soldiaz wrote: Thu Feb 14, 2019 7:10 pm Is it in iTVsettings.apk?
Yes,

.../Documents/APK Easy Tool/1-Decompiled APKs/iTvSettings/res/values/colors.xml

but, i get the errors when i try to compile the apk ?
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#7

which entry?

Ok, i was wrong looked up colors direction....

Which value did you modify..Ill try to recompile
User avatar
em3ka
Moderator
Posts: 1835
Joined: Sun Jul 15, 2018 11:43 am
Answers: 0
Has thanked: 108 times
Been thanked: 370 times

#8

Code: Select all

<color name="material_blue_grey_800">#ff340065</color>
<color name="material_blue_grey_950">#ff340065</color>
<color name="lb_preference_decor_list_background">#ff340065</color>
<color name="lb_basic_card_info_bg_color">#ff340065</color>
<color name="lb_default_brand_color">#ff340065</color>
<color name="lb_media_background_color">#ff340065</color>
<color name="settings_background">#ff340065</color>
<color name="icon_background">#ff340065</color>
i just used find&replace in Notepad++ editor to change 8 values - #ff340065 (purple color) to eg. #ff002665 (blue color)

color picker 🌈
soldiaz
Expert Member
Posts: 405
Joined: Sat Sep 29, 2018 6:29 pm
Answers: 0
Has thanked: 28 times
Been thanked: 23 times

#9

Yeaaaah thanks man!!!

Use this to easily identify the other farbcodes!!

https://www.colorhexa.com
Nayam
Administrator & Developer
Posts: 1263
Joined: Mon Jun 11, 2018 11:58 pm
Answers: 0
Has thanked: 192 times
Been thanked: 434 times
Contact:

#10

soldiaz wrote: Fri Mar 08, 2019 12:07 pm Yeaaaah thanks man!!!

Use this to easily identify the other farbcodes!!

https://www.colorhexa.com
btw, what red color were you talking about? I don't think atvx settings have any red color
BE NICE, BE RESPECTFUL
RESPECT THE MODERATORS
PM ONLY WHEN IMPORTANT
ENJOY!
My Devices:
X96 Mini, A95X Pro, H96 Pro Stick, A95X Max
Post Reply