/TheElements/res/layout/splash.xml
http://thelements.googlecode.com/ · XML · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · c2746889a7949dca6a9cbccb2bd5d905 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/mm_layout_bg" >
- <TextView
- android:id="@+id/loading_text"
- android:text="Loading..."
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textColor="#444444" android:textSize="20sp"/>
-
- </LinearLayout>