DOWNLOAD Ib Player Pro

nricsi94

Well-known member
Joined
Nov 24, 2022
Messages
61
Awards
4
Offline
how to visitor website?

DEVICE LOGIN​


mac and device-id

and user add m3u playlist?
 

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
how to visitor website?

DEVICE LOGIN​


mac and device-id

and user add m3u playlist?
I'm guessing English isn't your first language, so I'll make it simple, these will not work through a website like the original, it will be connected to a panel, then in the panel you add in the Mac address and m3u playlist
 

ciasny

Member
VIP Member
Joined
Oct 6, 2023
Messages
54
Awards
1
Offline
ok so after you load up the image in the drawables folder you will have to go into each layout that you want to change the background color for the image and change the first -android:background="@drawable/background_gradient"- into - "android:background="drawable/imagename" and that will load up your image as the background.
I know the main page one is called activity_xchome.xml so you can go there to start.
P.S. If you want to just change the color instead of doing the whole image thing just change it to "android:background="@color/nameofcolor"
hi
I have a request how to change it to an image

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FF330341"
android:endColor="#FF23002E"
android:angle="0.0"
android:type="radial"
android:centerX="50%"
android:centerY="50%"
android:gradientRadius="500dp"
android:tileMode="clamp" />
</shape>
 

HankH

Active member
Joined
Jan 11, 2022
Messages
54
Awards
3
Offline
hi
I have a request how to change it to an image

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FF330341"
android:endColor="#FF23002E"
android:angle="0.0"
android:type="radial"
android:centerX="50%"
android:centerY="50%"
android:gradientRadius="500dp"
android:tileMode="clamp" />
</shape>
What are you trying to change into an image?
 

John8

Member
VIP Member
Joined
Oct 9, 2022
Messages
49
Awards
1
Offline
its working fine for me ,with the panel i have
 
Top