http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.3_r1/frameworks/base/core/res/res/values/dimens.xml
以下是4.0.3
<dimen name="action_bar_default_height">48dip</dimen><dimen name="action_bar_Title_text_size">18dp</dimen>
检查各个res / values文件夹下的dimens.xml
来自Gopal Rao的评论
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.3_r1/frameworks/base/core/res/res/values/styles.xml?av=f
<style name="TextAppearance"> <item name="androID:textcolor">?textcolorPrimary</item> <item name="androID:textcolorHighlight">?textcolorHighlight</item> <item name="androID:textcolorHint">?textcolorHint</item> <item name="androID:textcolorlink">?textcolorlink</item> <item name="androID:textSize">16sp</item> // its is in sp not dp <item name="androID:textStyle">normal</item> </style>
http://developer.android.com/guide/practices/screens_support.html
如果你看一下主题最佳实践.
总结Quoting “you should prefer the sp (scale-independent pixel) to define text sizes. The sp scale factor depends on a user setting and the system scales the size the same as it does for dp”.
以上是内存溢出为你收集整理的什么是TitleBar的默认高度和Android中Titlebar中的默认TextSize?全部内容,希望文章能够帮你解决什么是TitleBar的默认高度和Android中Titlebar中的默认TextSize?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)