/FallingSandpaper/res/layout/splash.xml
http://thelements.googlecode.com/ · XML · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · 1afda20a3670616ef8a0e3bf8369d17a MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center"
- android:background="@drawable/backgroundcolumns" >
- <TextView
- android:id="@+id/loading_text"
- android:text="Loading..."
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="50sp"
- android:textColor="#ffffff" />
-
- </LinearLayout>