I want to get the end and start icon view from TextInputLayout so I can do stuff like check if it is hovered or not.
I don't know where to start (idk if this is possible), so any help will be greatly appreciated.
I want to get the end and start icon view from TextInputLayout so I can do stuff like check if it is hovered or not.
I don't know where to start (idk if this is possible), so any help will be greatly appreciated.
this.binding.inputLayout
is theTextInputLayout
: