(help) XCIPTV change licence name

repairit

Member
Joined
May 24, 2021
Messages
39
Awards
2
Offline
You cant change that but make it hidden, in the layouts folder

android:visibility="gone"
 

iView

Well-known member
Joined
Jul 6, 2021
Messages
56
Awards
3
Offline
It's usually in res/layout/xcip_dialog_show_account.xml
ADD android:visibility="gone"

<LinearLayout android:eek:rientation="horizontal" android:layout_width="fill_parent"
android:visibility="gone" android:layout_height="fill_parent" android:layout_weight="1.0">
 
Top