Skip to content

Instantly share code, notes, and snippets.

@pahill
Created November 28, 2020 13:46
Show Gist options
  • Save pahill/5af841f763508e09cae961005a12c091 to your computer and use it in GitHub Desktop.
Save pahill/5af841f763508e09cae961005a12c091 to your computer and use it in GitHub Desktop.
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/layout_cat_name"
android:focusable="true"
android:focusableInTouchMode="false">
<TextView
android:id="@+id/name_label"
android:text="Name:" />
<TextView
android:id="@+id/cat_name"
android:text="Eliza" />
</androidx.constraintlayout.widget.ConstraintLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment