博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android:textAppearance解析
阅读量:5226 次
发布时间:2019-06-14

本文共 436 字,大约阅读时间需要 1 分钟。

Android的系统自带的文字外观设置及实际显示效果图

android:textAppearancexml布局里面设置文字的外观:

如“android:textAppearance=“?android:attr/textAppearanceLargeInverse”

这里引用的是系统自带的一个外观,?表示系统是否有这种外观,否则使用默认的外观。

可设置的值如下:

textAppearanceButton/

textAppearanceInverse/

textAppearanceLarge/

textAppearanceLargeInverse/

textAppearanceMedium/ t

extAppearanceSmallInverse/

textAppearanceMediumInverse/

textAppearanceSmall/

转载于:https://www.cnblogs.com/androidxiaoyang/p/3158552.html

你可能感兴趣的文章
逻辑运算和while循环.
查看>>
Nhiberate (一)
查看>>
c#后台计算2个日期之间的天数差
查看>>
安卓开发中遇到的小问题
查看>>
ARTS打卡第3周
查看>>
linux后台运行和关闭SSH运行,查看后台任务
查看>>
cookies相关概念
查看>>
CAN总线波形中ACK位电平为什么会偏高?
查看>>
MyBatis课程2
查看>>
桥接模式-Bridge(Java实现)
查看>>
svn客户端清空账号信息的两种方法
查看>>
springboot添加servlet的两种方法
查看>>
java的Array和List相互转换
查看>>
layui父页面执行子页面方法
查看>>
如何破解域管理员密码
查看>>
Windows Server 2008 R2忘记管理员密码后的解决方法
查看>>
IE11兼容IE8的设置
查看>>
windows server 2008 R2 怎么集成USB3.0驱动
查看>>
Foxmail:导入联系人
查看>>
vue:axios二次封装,接口统一存放
查看>>