码迷,mamicode.com
首页 > 移动开发 > 详细

Android textAppearance常用设置

时间:2016-04-25 13:01:20      阅读:1334      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!