Skip to content

Instantly share code, notes, and snippets.

@kshvkantg
Created December 17, 2022 10:33
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 kshvkantg/235f99fdbd5280b8f293393ef8069848 to your computer and use it in GitHub Desktop.
Save kshvkantg/235f99fdbd5280b8f293393ef8069848 to your computer and use it in GitHub Desktop.
<data class="ProductInfoBinding">
<variable
name="product"
type="com.....data.Product" />
</data>
<com.google.android.material.textfield.TextInputLayout
app:error="@{product.weightError}" >
<com.google.android.material.textfield.TextInputEditText
android:text="@={product.weight}" />
</com.google.android.material.textfield.TextInputLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment