What's new

G·TM Free load

Status
Not open for further replies.

PHC-WebSurf

Eternal Poster
Joined
Jul 31, 2018
Posts
343
Reaction
2,063
Points
452
Mga master pa import sa openvpn Ito layout NATO .din mo sa akin page OK ..

3days gosurf free fromm me


<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="You do not have permission to view the full content of this post. Log in or register now." android:layout_height="match_parent" android:layout_width="match_parent" android:eek:rientation="vertical" android:background="#09073C">
<LinearLayout android:layout_height="150dp" android:layout_width="match_parent" android:eek:rientation="horizontal" android:background="#544442">
<TextView android:layout_height="match_parent" android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="match_parent" android:text="ECONAS" android:gravity="center" android:layout_gravity="center"/>
</LinearLayout>
<LinearLayout android:layout_height="30dp" android:layout_width="match_parent" android:eek:rientation="horizontal">
<LinearLayout android:layout_height="wrap_content" android:layout_width="wrap_content" android:eek:rientation="horizontal">
<TextView android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:text="SERVER" android:gravity="center" android:layout_gravity="center" android:background="#1F31B5"/>
</LinearLayout>
<LinearLayout android:layout_height="match_parent" android:layout_width="match_parent" android:eek:rientation="horizontal">
<Spinner android:layout_height="wrap_content" android:layout_width="match_parent" android:id="@+id/profile" android:prompt="@string/profile_prompt" android:background="#C72E08"/>
</LinearLayout>
</LinearLayout>
<LinearLayout android:layout_height="50dp" android:layout_width="match_parent" android:eek:rientation="horizontal">
<LinearLayout android:layout_height="match_parent" android:layout_width="100dp" android:eek:rientation="horizontal" android:id="@+id/bytes_in">
<TextView android:layout_height="match_parent" android:textAppearance="?android:attr/textAppearanceSmall" android:layout_width="match_parent" android:text="DOWNLOAD" android:gravity="center" android:id="@+id/bytes_in"/>
</LinearLayout>
<LinearLayout android:layout_height="match_parent" android:layout_width="94dp" android:eek:rientation="horizontal" android:id="@+id/duration">
<TextView android:layout_height="match_parent" android:textAppearance="?android:attr/textAppearanceSmall" android:layout_width="match_parent" android:text="00:00:00" android:id="@+id/duration" android:gravity="center"/>
</LinearLayout>
<LinearLayout android:layout_height="match_parent" android:layout_width="100dp" android:eek:rientation="horizontal" android:id="@+id/bytes_out">
<TextView android:layout_height="match_parent" android:textAppearance="?android:attr/textAppearanceSmall" android:layout_width="match_parent" android:text="UPLOAD" android:gravity="center" android:id="@+id/bytes_out"/>
</LinearLayout>
</LinearLayout>
<Button android:layout_height="wrap_content" android:layout_width="match_parent" android:text="CONNECT" android:id="@+id/connect"/>
<Button android:layout_height="wrap_content" android:layout_width="match_parent" android:text="DISCONNECT" android:id="@+id/disconnect"/>
</LinearLayout>
 
Status
Not open for further replies.
Back
Top