ExpandableHintText
ExpandableHintText copied to clipboard
textsize error
hi , iwant to set textsize , but after build , get error Binary XML file line #145: Error inflating class
how resolve and smaller text
It seems to only allow float values so you can do it programatically ExpandableHintText.setTextSize(12f) this only effects the label though seems like you have to pass your own edittext to change it
Actually found out you can access the edittext from the hinttext but you can't change anything inside it at least not with Java I suggest skipping this lib until we can edit the edittext in a better way seems inactive so i doubt itll happen anytime soon