Skip to content

Instantly share code, notes, and snippets.

@codesbandit
Created October 10, 2018 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codesbandit/7277e88dd7bea1d3d91b555682663c9c to your computer and use it in GitHub Desktop.
Save codesbandit/7277e88dd7bea1d3d91b555682663c9c to your computer and use it in GitHub Desktop.
Tugas XML 3
<LinearLayout
android:layout_height="match_parent"
android:layout_width="match_parent"
android:orientation="vertical">
<ImageView
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:scaleType="centerCrop"
android:layout_weight="9"
android:src="@drawable/ocean"/>
<TextView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:background="#009687"
android:textSize="30sp"
android:textColor="#ffffff"
android:paddingTop="16dp"
android:paddingLeft="16dp"
android:paddingBottom="4dp"
android:text="You are invited!"/>
<TextView
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:background="#009687"
android:textSize="20sp"
android:textColor="#ffffff"
android:paddingLeft="16dp"
android:paddingTop="4dp"
android:paddingBottom="16dp"
android:text="Bonfire at the beach "/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment