Skip to content

Instantly share code, notes, and snippets.

@nuhkoca
Last active December 25, 2017 00:15
Show Gist options
  • Save nuhkoca/47aa543f963163c96b886922a6ce29ee to your computer and use it in GitHub Desktop.
Save nuhkoca/47aa543f963163c96b886922a6ce29ee to your computer and use it in GitHub Desktop.
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{itemId}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment