nilupeng
2022-08-09 92f09807eeb57f0cb9a4686cde38834549b34962
app/src/main/res/layout/activity_splash.xml
@@ -6,12 +6,16 @@
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <ImageView
    <TextView
        android:text="MVVM\nOPEN"
        android:textStyle="bold"
        android:textSize="80dp"
        android:letterSpacing="0.1"
        android:textColor="@color/white"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:src="@mipmap/welcom"
        android:scaleType="centerCrop"
        />
        android:gravity="center"
        android:background="@drawable/ic_launcher_background" />
</RelativeLayout>