8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi there,
is there a way to underline a value in a TextView? For example:
textView { title = "Some title" value = "Some value" underlineValue = true }
I've already tried to use (formBuilder.getFormElement(1).itemView as TextView?) but this view is always NULL