Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    android:orientation="vertical"
  7.    tools:context=".MainActivity">
  8.  
  9.     <TextView
  10.        android:id="@+id/text"
  11.        android:layout_width="wrap_content"
  12.        android:layout_height="wrap_content"
  13.        android:textSize="30dp"
  14.        android:fontFamily="cursive"
  15.        android:textStyle="bold"
  16.        android:layout_gravity="center"
  17.        android:gravity="center"
  18.        android:layout_marginTop="300dp" />
  19.  
  20. </LinearLayout>
  21.