TextView属性

Posted gali

tags:

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

1:

 <TextView
        android:id="@+id/tvSingerName4"
        android:layout_width="160dp"
        android:layout_height="40dp"
        android:gravity="center"
        android:shadowColor="@color/gray"
        android:shadowDx="5"
        android:shadowDy="5"   android:text="singerName2"
        android:textColor="@color/hei"
        android:textSize="21sp" />

2:

android:shadowDx="5" 阴影x上的偏移量,
android:shadowDy="5"阴影y上偏移量
 android:shadowColor="@color/gray" 阴影颜色

3:


 

以上是关于TextView属性的主要内容,如果未能解决你的问题,请参考以下文章

SQLite 片段函数实现不会在 TextView 中将文本格式化为 HTML

用片段替换某些东西

动态 TextView 未在片段中更新

Android从另一个片段设置Textview

片段 TextView 无法从 parcelable 对象更新

调整片段中 TextView 的文本大小