`
wzz_momo
  • 浏览: 23116 次
  • 性别: Icon_minigender_1
  • 来自: 北京
文章分类
社区版块
存档分类
最新评论

更改TextView的字体颜色

阅读更多

android:textColor="@drawable/darkgray"

<TextView
android:id="@+id/widget28"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/str_id"
android:textColor="@drawable/darkgray"
android:layout_x="61px"
android:layout_y="69px"
>
</TextView>

 

或者:

mTextView02.setTextColor(Color.GREEN);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics