I was wondering about the unit on which setTextSize uses to set the text and I expect it to be on the method documentation as it sometimes gets confusing. I would also suggest making another overloaded method like TextView's which have the unit as the first parameter
text.setTextSize(TypedValue.COMPLEX_UNIT_SP, 14) I could do the change if it looks interesting :)
I was wondering about the unit on which setTextSize uses to set the text and I expect it to be on the method documentation as it sometimes gets confusing. I would also suggest making another overloaded method like TextView's which have the unit as the first parameter
text.setTextSize(TypedValue.COMPLEX_UNIT_SP, 14)
I could do the change if it looks interesting :)