px和sp什么区别

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

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

 

posted @ 2016-10-09 10:39  达哥的博客  阅读(646)  评论(0编辑  收藏  举报