/TheElements/res/layout/splash.xml

http://thelements.googlecode.com/ · XML · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · c2746889a7949dca6a9cbccb2bd5d905 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/mm_layout_bg" >
  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:textColor="#444444" android:textSize="20sp"/>
  13. </LinearLayout>