Android计量单位有什么区别?
user-interface android units-of-measurement dimension android-layout
我需要在当前TextSize的TextView在sp单位.
TextSize
TextView
sp
但是getTextSize()返回大小pixels.那有办法convert pixels to sp吗?
getTextSize()
pixels
convert pixels to sp
android textview
android ×2
android-layout ×1
dimension ×1
textview ×1
units-of-measurement ×1
user-interface ×1