/FallingSandpaper/res/layout/splash.xml
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 8 <TextView 9 android:id="@+id/loading_text" 10 android:text="Loading..." 11 android:layout_width="wrap_content" 12 android:layout_height="wrap_content" 13 android:textSize="50sp" 14 android:textColor="#ffffff" /> 15 16</LinearLayout>