什么是TitleBar的默认高度和Android中Titlebar中的默认TextSize?

什么是TitleBar的默认高度和Android中Titlebar中的默认TextSize?,第1张

概述有谁知道 android中TitleBar和TitleBarText的默认大小是多少? 您可以在此处找到默认高度 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 以下 有谁知道 android中Titlebar和TitlebarText的默认大小是多少?解决方法 您可以在此处找到默认高度

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?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1127542.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存