disapp/app/src/main/res/layout/activity_splash_screen.xml

15 lines
549 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="155dp"
android:layout_height="350dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:background="@drawable/ic_logodisroot"
android:contentDescription="@string/logo" />
</RelativeLayout>