disapp/app/src/main/res/layout/activity_splash_screen.xml
2018-09-02 19:00:45 +02:00

14 lines
496 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/bg_primary_blue">
<ImageView
android:id="@+id/imageView"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="@drawable/logodisroot" />
</RelativeLayout>