Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save muhtarudinsiregar/de5f7d51f221c189317fbebe22e65e30 to your computer and use it in GitHub Desktop.
Save muhtarudinsiregar/de5f7d51f221c189317fbebe22e65e30 to your computer and use it in GitHub Desktop.
<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="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="4"
android:scaleType="centerCrop" />
<TextView
android:text="You're invited!"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0"
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:textColor="@android:color/white"
android:textSize="34sp"
android:background="#009688" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment