kaedea / android-tagview

An Android TagView Widget. You can edit the tag's style, and set listener of selecting or deleting tag.
663 stars 134 forks source link

Set Text Size #4

Closed askarsyzdykov closed 9 years ago

askarsyzdykov commented 9 years ago

suggest using the dimensions in SP, for example tagView.setTextSize(TypedValue.COMPLEX_UNIT_SP , tag.tagTextSize); instead tagView.setTextSize(Utils.spToPx(getContext(), tag.tagTextSize));

kaedea commented 9 years ago

thks,this is better