Skip to content

Instantly share code, notes, and snippets.

@jezinka
Last active August 9, 2018 17:25
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 jezinka/ba51bf5e159033b80e708aa4c1a3e905 to your computer and use it in GitHub Desktop.
Save jezinka/ba51bf5e159033b80e708aa4c1a3e905 to your computer and use it in GitHub Desktop.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/label_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Headline" />
<TextView
android:id="@+id/temperature_tv"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="@style/Base.TextAppearance.AppCompat.Medium" />
(...)
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment