/FallingSandpaper/res/layout/splash.xml

http://thelements.googlecode.com/ · XML · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · 1afda20a3670616ef8a0e3bf8369d17a MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:gravity="center"
  6. android:background="@drawable/backgroundcolumns" >
  7. <TextView
  8. android:id="@+id/loading_text"
  9. android:text="Loading..."
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:textSize="50sp"
  13. android:textColor="#ffffff" />
  14. </LinearLayout>