gpt4 book ai didi

android - 标题栏的默认高度和标题栏中的默认文本大小是多少?

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:01:48 25 4
gpt4 key购买 nike

有谁知道 android 中 TitleBarTitleBarText 的默认大小是多少?

最佳答案

您可以在此处找到默认高度

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".

关于android - 标题栏的默认高度和标题栏中的默认文本大小是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21251777/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com