首页 > 代码库 > px和sp什么区别

px和sp什么区别

都表示像素,只不过sp通常表示文字大小:

        <TextView            android:layout_width="wrap_content"            android:layout_height="wrap_content"            android:textSize="22sp"             />

 

px和sp什么区别