都表示像素,只不过sp通常表示文字大小:
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="22sp" />
都表示像素,只不过sp通常表示文字大小:
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="22sp" />
转载于:https://www.cnblogs.com/johnsonwei/p/5941250.html