Skip to content

Instantly share code, notes, and snippets.

@nikolajakshic
Created March 7, 2018 22: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 nikolajakshic/05bdd6b9c6ca028f4e1ee0cc5204cb73 to your computer and use it in GitHub Desktop.
Save nikolajakshic/05bdd6b9c6ca028f4e1ee0cc5204cb73 to your computer and use it in GitHub Desktop.
<LinearLayout
android:orientation="vertical">
<View
android:background="#D3D3D3"
android:id="@+id/item_divider" />
<TextView
android:id="@+id/item_title"
tools:text="Léon: The Professional" />
<LinearLayout
android:id="@+id/sub_item"
android:orientation="vertical">
<TextView
android:id="@+id/sub_item_genre"
tools:text="Genre: Crime, Drama, Thriller" />
<TextView
android:id="@+id/sub_item_year"
tools:text="Year: 1993" />
</LinearLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment