<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:id="@+id/rel_root"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:orientation="vertical" >
|
|
|
<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:gravity="center"
|
android:background="@drawable/ic_launcher_background" />
|
|
</RelativeLayout>
|