首页 > 移动平台 > 详细

Android textAppearance常用设置

时间:2016-04-25 13:00:35      阅读:335      评论:0      收藏:0      [点我收藏+]

Android的系统自带的文字外观设置

以?android:attr/textAppearance开头,或?attr/textAppearance开头

android:textAppearance="?android:attr/textAppearanceSmall"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textAppearance="?android:attr/textAppearanceLarge”

 

在引用appcompat-v7包后,还可以使用

以@style/TextAppearance开头,或@android:style/TextAppearance开头

android:textAppearance="@style/TextAppearance.AppCompat.Body2"
android:textAppearance="@android:style/TextAppearance.Material.Caption"

 

Android textAppearance常用设置

原文:http://www.cnblogs.com/rfheh/p/5430342.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!