Android之系统自带的文字外观设置及实际显示效果图 android:textAppearancexml布局里面设置文字的外观:如“android:textAppearance=“?android:attr/textAppearanceLargeInverse”这里引用的是系统自带的一个外观,?表示系统是否有这种外观,否则使用默认的外观。可设置的值如下:textAppearanceButton/ 
textAppearanceInverse/textAppearanceLarge/  textAppearanceLargeInverse/textAppearanceMedium/    textAppearanceSmallInverse/ textAppearanceMediumInverse/ textAppearanceSmall/

更多相关文章

  1. android所有控件
  2. android:ellipsize省略文字用法
  3. 【Android】Android(安卓)apk默认安装位置设置
  4. 【Android(安卓)界面效果39】android:inputType问题
  5. Android(安卓)API中文文档GridView
  6. 基本的UI组件(TextView、EditText、Button、ImageView、SeekBar)
  7. Android部分控件的特殊属性
  8. Android(安卓)API中文文档GridView
  9. Android(安卓)API中文文档GridView

随机推荐

  1. 重磅首发!Android(安卓)Jetpack Compose
  2. opencv for android(十六):opencv在androi
  3. HttpUrlConnect 响应为空的问题分析
  4. Android(安卓)原生WebView的使用
  5. Android(安卓)Studio的安装,史上最详细(超
  6. Android高级工程师每日一面试题精选!(1——
  7. Android(安卓)编译错误::app:transformCl
  8. 一点见解: Android事件分发机制(一)
  9. android cts测试失败项以及原因
  10. android 用到的技巧集