Skip to content

Instantly share code, notes, and snippets.

@kshvkantg
Created December 17, 2022 10:30
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/deeed14275ce2ca6a7a51372f4a281ec to your computer and use it in GitHub Desktop.
Save kshvkantg/deeed14275ce2ca6a7a51372f4a281ec to your computer and use it in GitHub Desktop.
<com.google.android.material.textfield.TextInputLayout
app:error="@{product.weight == null ? 'error' : null }" >
<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