HITGIF / TextFieldBoxes

Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endicon contentDescription

JMHaro opened this issue · comments

Is there anyway to set the contentDescription on the endicon button? We are trying to setup our ADA for a project and that was noted as needing text read on that button. So is there anyway to do that?

I'm closing this issue. Found a way to do it as (in Kotlin):
tfbPassword.endIconImageButton.contentDescription = "Your text here".