MaterialChipsInput
MaterialChipsInput copied to clipboard
Is there a way to set the hint text size?
I'm trying to make chipInput similar to the other inputs of the Application and couldn't find a way to set hint text size.
+1
+1
+1
Any Update in this???
chipInput.getEditText().setTextSize(14); // not gonna work
Log.d("XXX", "" + chipInput.getEditText().getTextSize());
D/XXX: 32.0