V4.0 Universal Embedded: 32/64 bit support, Embedded WireGuard, Auto-Launch XuperTV

This commit is contained in:
Renato
2026-02-10 00:25:22 +01:00
parent 157bf7db2e
commit bba61b68d6
467 changed files with 5995 additions and 27656 deletions

View File

@@ -5,13 +5,13 @@
android:orientation="vertical"
android:gravity="center"
android:padding="32dp"
android:background="#121212">
android:background="#222222">
<TextView
android:id="@+id/statusText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Listo para conectar"
android:text="XUPER VPN UNIVERSAL"
android:textColor="#FFFFFF"
android:textSize="24sp"
android:textStyle="bold"
@@ -19,9 +19,10 @@
<Button
android:id="@+id/connectBtn"
android:layout_width="200dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="ACTIVAR (60s)"
android:padding="16dp"/>
android:text="INICIAR"
android:padding="20dp"
android:textSize="18sp"/>
</LinearLayout>