`

android textview

 
阅读更多
sp 用来设置字体大小
dp (dip)设置高度或宽度

<TextView
        android:id="@+id/tv"
        android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         android:text="@string/nihao"
         android:textSize="24sp"
         android:textColor="#f30"
        />
@+表示把id为tv变量添加到r.java中
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics