Skip to content

Commit

Permalink
Merge pull request #213 from Infomaniak/error-icon-end-padding
Browse files Browse the repository at this point in the history
Also handle error icon's end padding in EndIconTextInputLayout
  • Loading branch information
FabianDevel authored Aug 9, 2024
2 parents c36f8d5 + 797ebe6 commit 32f586a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class EndIconTextInputLayout @JvmOverloads constructor(
resources.getDimensionPixelSize(RCore.dimen.marginStandardMedium),
)
findViewById<CheckableImageButton>(R.id.text_input_end_icon)?.setPadding(padding)
findViewById<CheckableImageButton>(R.id.text_input_error_icon)?.setPadding(padding)
}
}
}

0 comments on commit 32f586a

Please sign in to comment.