StringManolo

activity_main.xml

May 9th, 2020
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
  3.     <TextView android:id="@+id/txt_hello" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" android:text="YES, YOU HAVE INTERNET CONEXION!\n\nSÍ, TIENES CONEXIÓN A INTERNET" />
  4. </LinearLayout>
Add Comment
Please, Sign In to add comment