Blame res/layout/activity_splash.xml

1b8111
1b8111
    xmlns:tools="http://schemas.android.com/tools"
1b8111
    android:id="@+id/ViewAnimator1"
1b8111
    android:layout_width="fill_parent"
1b8111
    android:layout_height="fill_parent"
1b8111
    android:inAnimation="@anim/fade_in"
1b8111
    android:outAnimation="@anim/fade_out" >
1b8111

1b8111
    
1b8111
        android:id="@+id/view1"
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content" />
1b8111




1b8111
    
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:layout_gravity="center"
1b8111
        android:text="@string/splash"
1b8111
        android:textSize="30sp"
1b8111
        android:typeface="serif"
1b8111
        tools:context=".SplashActivity" />
1b8111

1b8111