Juell1635 / AndroidDev

invitation app page
0 stars 0 forks source link

Invitation One Page App #1

Open Juell1635 opened 7 years ago

Juell1635 commented 7 years ago

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">

<ImageView
    android:src="@drawable/ocean"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1"
    android:scaleType="centerCrop" />

<TextView
    android:text="You're invited!"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:textColor="@android:color/white"
    android:textSize="54sp"
    android:background="#009688" />

<TextView
    android:text="Bonfire at the beach"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_weight="0"
    android:textColor="@android:color/white"
    android:textSize="34sp"
    android:background="#009688" />

Juell1635 commented 7 years ago

Match parent in child view helps complete color from one end to the other

For Image View (relative view)

Height = o

Weight =1dp