dandelion/app/src/main/res/layout/splash__activity.xml

16 lines
602 B
XML
Raw Normal View History

2016-03-03 17:46:31 +01:00
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.SplashActivity">
2016-03-03 17:46:31 +01:00
<ImageView
android:id="@+id/splash__splashimage"
2016-03-03 17:46:31 +01:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
2016-03-03 17:46:31 +01:00
android:scaleType="centerCrop"
android:src="@drawable/splashscreen1" />
2016-03-03 17:46:31 +01:00
</RelativeLayout>