gpt4 book ai didi

android - dimens.xml 中的尺寸是我们在那里看到的吗?

转载 作者:行者123 更新时间:2023-11-29 21:51:39 24 4
gpt4 key购买 nike

在我的 dimens.xml 中我有:

<dimen name="small_title">7sp</dimen>

在我的代码中:

Logger.i(getClass(), "size is " + getResources().getDimension(R.dimen.small_title));

这给了我:

size is 10.5

为什么会这样,我怎样才能得到 dimens.xml 中所述的 7sp

最佳答案

sp Scale-independent Pixels - this is like the dp unit, but it is alsoscaled by the user's font size preference. It is recommend you usethis unit when specifying font sizes, so they will be adjusted forboth the screen density and user's preference.

这就是原因。

另请查看 documentation

Unit conversions are based on the current DisplayMetrics associatedwith the resources.

关于android - dimens.xml 中的尺寸是我们在那里看到的吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14258606/

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