DOWNLOAD The Fast Apx android version 3.1

the don

Guest
Joined
May 13, 2021
Messages
194
Awards
3
Offline
nice share , very fast app , please could you tell me how where to change the welcome to platinum media
 

the don

Guest
Joined
May 13, 2021
Messages
194
Awards
3
Offline
cheers mate , top man , nice app just not show all the movies
 

betotun

Well-known member
Joined
May 28, 2021
Messages
361
Awards
4
Offline
nice share , very fast app , please could you tell me how where to change the welcome to platinum media
res/layout/content_main.xml find
line 6 <TextView android:textSize="@dimen/txt_size_medium" android:textColor="@color/white_color" android:id="@id/messages_txt_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="8.0dip" android:textAlignment="center" />
an replace for this and edit:
<TextView android:textSize="@dimen/txt_size_medium" android:textColor="@color/white_color" android:id="@id/messages_txt_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="8.0dip" android:textAlignment="center" />
<TextView android:textSize="@dimen/txt_size_medium" android:textColor="@color/white_color" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="8.0dip" android:text="YOUR MESSAGE HERE" android:textAlignment="center" />
 
Top