Skip to content

Instantly share code, notes, and snippets.

@muzafakar
Created February 3, 2022 16:25
Show Gist options
  • Save muzafakar/c098f6d9a8384ff313758b054b7e97f7 to your computer and use it in GitHub Desktop.
Save muzafakar/c098f6d9a8384ff313758b054b7e97f7 to your computer and use it in GitHub Desktop.
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:text="Hello"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment