gpt4 book ai didi

android - 如何解析维度字符串并将其转换为维度值

转载 作者:IT王子 更新时间:2023-10-28 23:27:15 26 4
gpt4 key购买 nike

我正在寻找一种将像 "30dp" 这样的字符串动态转换为类似于像素数量的 int 的方法。这意味着 StaticClass.theMethodImSearchingFor("16px") 将返回 16
我的应用程序将动态获取这些字符串,我需要一种方法将其存储为像素值以供以后使用。
我已经看过 Android Source code ,主要是ResourcesTypedArrayTypedValue这几个类,但是没找到有用的。

最佳答案

如果您需要 android 资源维度作为 int,您可以在代码中执行此操作:

context.getResources().getDimensionPixelSize(R.dimen.your_dimen_res);

关于android - 如何解析维度字符串并将其转换为维度值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8343971/

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