betotun

Well-known member
Joined
May 28, 2021
Messages
361
Awards
4
Offline
Can someone help me I have this problem with ibo player 2.7 I can't change the background of the icon where the strings appear, I can't find where to do it, it's not in color.xml, I already looked in layouts and I haven't had any luck with the changeScreenshot_20220425-035634.png
 

Starteq

Active member
VIP Member
Joined
Jul 29, 2021
Messages
232
Awards
3
Offline
Can someone help me I have this problem with ibo player 2.7 I can't change the background of the icon where the strings appear, I can't find where to do it, it's not in color.xml, I already looked in layouts and I haven't had any luck with the changeView attachment 3405
Hi m8 can you help, how long those my world count have to be.
Ex
Https://domain.xyz/iboplayer1234/

From their Im not to sure, I think 🤔 it's 2 location.
But do I add my link to /API/????
 

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
Can someone help me I have this problem with ibo player 2.7 I can't change the background of the icon where the strings appear, I can't find where to do it, it's not in color.xml, I already looked in layouts and I haven't had any luck with the changeView attachment 3405
should be drawable/round_home_name_bg.xml
 

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
It's not that option, I haven't even looked in color where there are color options, not even removing all the reds changes the color.
ok i just changed the color of them to yellow.
in the layouts search for round_home_name_bg
then replace that android:background="@drawable/round_home_name_bg"
and put in android:background="@color/nameofcolor
hopefully thats helps
 

paulo9493

New member
Joined
Aug 22, 2021
Messages
14
Awards
1
Offline
ok, acabei de mudar a cor deles para amarelo.
nos layouts procure por round_home_name_bg
em seguida, substitua Android:background="@drawable/round_home_name_bg"
e coloque android:background="@color/nameofcolor
espero que isso ajude
It didn't work, there was an error in the apk
Aren't you confusing the apk versions?
 

Attachments

  • photo_2023-11-16_19-19-09 (2).jpg
    photo_2023-11-16_19-19-09 (2).jpg
    117.5 KB · Views: 13
  • photo_2023-11-16_19-19-09.jpg
    photo_2023-11-16_19-19-09.jpg
    325 KB · Views: 13

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
It didn't work, there was an error in the apk
Aren't you confusing the apk versions?
Ok I'm gonna try and be as clear as possible, where I put name of color you replace with the name of the color you are wanting for example yellow so for yellow it would say @color/yellow
This is as clear as I can be.
 

paulo9493

New member
Joined
Aug 22, 2021
Messages
14
Awards
1
Offline
Ok I'm gonna try and be as clear as possible, where I put name of color you replace with the name of the color you are wanting for example yellow so for yellow it would say @color/yellow
This is as clear as I can be.
It worked my friend, but I didn't find an ideal color so I'm using transparent.

@color/transparent

Thank you very much for your support
 

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
It worked my friend, but I didn't find an ideal color so I'm using transparent.

@color/transparent

Thank you very much for your support
No problem, but next time you might just not copy exactly what someone puts in the instructions, take your time to make sure you understand what they are trying to tell you.
But im glad i was able to help you.
 
Top