| | |
| | | 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" |
| | | /> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/splash_ad_container" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" /> |
| | | android:gravity="center" |
| | | android:background="@drawable/ic_launcher_background" /> |
| | | |
| | | </RelativeLayout> |