Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为更大的平板电脑屏幕使用不同的布局宽度比。有没有办法设置基于百分比(分数类型)的值,例如layout_widthPercent和layout_marginStartPercentin dimens.xml?
layout_widthPercent
layout_marginStartPercent
dimens.xml
我刚刚解决了。中的值dimens.xml将是这样的:
<resources> <item name="width_percent" type="dimen">60%</item> </resources>
我不确定自 2015 年以来是否还有其他人遇到过这个问题,但是您可以使用分数标签:
<fraction name="dialog_anim_y_scale">14.285571%</fraction>