ExpandableHintText icon indicating copy to clipboard operation
ExpandableHintText copied to clipboard

textsize error

Open majidjamhsidi opened this issue 5 years ago • 2 comments

hi , iwant to set textsize , but after build , get error Binary XML file line #145: Error inflating class !!!

how resolve and smaller text

majidjamhsidi avatar Jan 16 '21 14:01 majidjamhsidi

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

ChatWave avatar Feb 14 '21 05:02 ChatWave

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

ChatWave avatar Feb 15 '21 15:02 ChatWave