px和sp什么区别

Posted 达哥的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了px和sp什么区别相关的知识,希望对你有一定的参考价值。

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

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

 

以上是关于px和sp什么区别的主要内容,如果未能解决你的问题,请参考以下文章

dp的sp区别

dp,px,sp区别及使用场景

dp - sp 与 PX 的关系

Android 理解DPSPPX的区别

pxdp与sp的区别以及换算

Android中常见的单位ppi,dp,dpi,sp,px