<ViewAnimator xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ViewAnimator1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:inAnimation="@anim/fade_in"
android:outAnimation="@anim/fade_out" >
<View
android:id="@+id/view1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/splash"
android:textSize="30sp"
android:typeface="serif"
tools:context=".SplashActivity" />
</ViewAnimator>