Skip to content

Commit

Permalink
Merge pull request #146 from NataliaDrause/fix/19561-carrot-not-visible
Browse files Browse the repository at this point in the history
Fix carrot visibility for input when validation throws error
  • Loading branch information
irfano authored Jun 17, 2024
2 parents 239ba0b + fd08375 commit 7918666
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:drawablePadding="10dp"
android:textCursorDrawable="@null"
tools:hint="@string/email_address" />
</com.google.android.material.textfield.TextInputLayout>
</RelativeLayout>

0 comments on commit 7918666

Please sign in to comment.