Skip to content

Instantly share code, notes, and snippets.

@khkred
Created June 8, 2018 10:03
Show Gist options
  • Save khkred/bb7c126bf067eeed0293f23a25efb562 to your computer and use it in GitHub Desktop.
Save khkred/bb7c126bf067eeed0293f23a25efb562 to your computer and use it in GitHub Desktop.
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<ImageView
android:layout_width="56dp"
android:layout_height="56dp"
android:scaleType="centerCrop"
android:src="@drawable/ocean" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Pebble Beach"
android:textAppearance="?android:textAppearanceMedium" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="California"
android:textAppearance="?android:textAppearanceSmall" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="10 miles away"
android:textAppearance="?android:textAppearanceSmall" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment