Skip to content

Commit

Permalink
Also handle error icon's end padding in EndIconTextInputLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarX committed Aug 9, 2024
1 parent c36f8d5 commit 797ebe6
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 797ebe6

Please sign in to comment.