When design TextSize,we simply use two ways.

The first is like the following:

android:textSize="45sp"

And the second is like this:

android:textAppearance="?android:textAppearanceLarge"


BUT what will happen if we use two ways at the same time?

It's here:

A Small Question Left Here_第1张图片

AND the result will only be that "45sp" but ignore the last line.


Well,it's fine,isn't it?

更多相关文章

  1. Android 异步加载图片
  2. android手机中图片的拖拉及浏览功能
  3. Android studio图片ERROR: 9-patch image xx .9.png malformed
  4. Android 之 ImageSwitch图片转换器
  5. Android下图片或按钮等可拖动到任意位置的效果实现源码
  6. android 处理图片工具
  7. android ImageView 显示本地图片
  8. Android 圆角图片
  9. android 自定义checkbox大小和图片[已验证]

随机推荐

  1. NDK 编译可执行程序
  2. 使用bugly做应用升级时android 7.0上遇到
  3. appium主线分析
  4. android studio 报错Failed to save sett
  5. cocos2dx生成android时出错解决方法
  6. Eclipse3.7中搭建Android开发环境
  7. Android(安卓)有些机型不带tcpdump的解决
  8. Received status code 400 from server:
  9. android中使用OpenGL ES
  10. Android(安卓)Fragment生命周期