Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.example.android.midtoumobile.MainActivity">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="#3681a1">
- <ImageView
- android:layout_width="200px"
- android:layout_height="200px"
- android:src="@drawable/logo"
- android:id="@+id/imageView"
- android:layout_alignParentTop="true"
- android:layout_centerHorizontal="true"
- android:layout_marginTop="151dp" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="MIDTOU MOBILE"
- android:textAlignment="center"
- android:textStyle="bold"
- android:fontFamily="casual"
- android:textSize="30dp"
- android:textColor="#fff"
- android:layout_marginTop="20dp"
- android:id="@+id/textView"
- android:layout_below="@+id/imageView"
- android:layout_alignParentStart="true" />
- <TextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="APPLICATION"
- android:textAlignment="center"
- android:textColor="#fff"
- android:textStyle="bold"
- android:textSize="17dp"
- android:fontFamily=""
- android:layout_below="@+id/textView"
- android:layout_alignParentStart="true" />
- </RelativeLayout>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment