Skip to content

Instantly share code, notes, and snippets.

@pflammertsma
Created August 7, 2020 12:15
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 pflammertsma/a65f5d84f3b6a0ab1925dccdd07b6cf6 to your computer and use it in GitHub Desktop.
Save pflammertsma/a65f5d84f3b6a0ab1925dccdd07b6cf6 to your computer and use it in GitHub Desktop.
<androidx.leanback.widget.NonOverlappingLinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<ImageView
android:id="@+id/header_icon"
android:layout_width="32dp"
android:layout_height="32dp"
android:contentDescription="@string/header_icon" />
<TextView
android:id="@+id/header_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp" />
</androidx.leanback.widget.NonOverlappingLinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment