Android textview 字體大小 Android textview 字體大小 2015-11-22 jashliao Comments 0 Comment Android textview 字體大小 XML: android:textSize = “22sp” code: textView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 22);