什么是默认动作条标题字体大小?字体大小、动作、标题

由网友(贪恋伱的温柔)分享简介:好像是17dip。只是想确认是否有人知道确切的尺寸。 Seems to be 17dip. Just want to confirm it if anyone knows the exact size. 推荐答案该短的一个... $ grep的动作条的平台/ Android为11 /数据/ RES /价值/ *...

好像是17dip。只是想确认是否有人知道确切的尺寸。

Seems to be 17dip. Just want to confirm it if anyone knows the exact size.

推荐答案

该短的一个...

$ grep的动作条的平台/ Android为11 /数据/ RES /价值/ * 引出

styles.xml:

styles.xml:

<style name="TextAppearance.Widget.ActionBar.Title"
       parent="@android:style/TextAppearance.Medium">
</style>

<style name="TextAppearance.Widget.ActionBar.Subtitle"
       parent="@android:style/TextAppearance.Small">
</style>

[…]

<style name="TextAppearance.Medium">
    <item name="android:textSize">18sp</item>
</style>

<style name="TextAppearance.Small">
    <item name="android:textSize">14sp</item>
    <item name="android:textColor">?textColorSecondary</item>
</style>
阅读全文

相关推荐

最新文章