属性:android:textAppearance 新、旧两种设置方法都可以实现
新用法:
android:textAppearance="@android:style/TextAppearance.Small"
旧用法:
android:textAppearance="?android:attr/textAppearanceLargeInverse"
xml布局里面设置文字的外观:
如“android:textAppearance=“?android:attr/textAppearanceLargeInverse”这里引用的是系统自带的一个外观,
?表示系统是否有这种外观,否则使用默认的外观。
可设置的值如下:
textAppearanceButton/
textAppearanceInverse/
textAppearanceLarge/
textAppearanceLargeInverse/
textAppearanceMedium/
textAppearanceSmallInverse/
textAppearanceMediumInverse/
本文转自java豆子博客园博客,原文链接:http://www.cnblogs.com/error404/archive/2011/10/11/2206999.html,如需转载请自行联系原作者