PercentSupportLibrary:在 xml 中设置百分比值?

PercentSupportLibrary : Set percentage values in xml?

我想对较大的平板电脑屏幕使用不同的布局宽度比。有没有办法设置基于百分比(分数类型)的值,例如 layout_widthPercentlayout_marginStartPercent in dimens.xml?

我刚解决了。 dimens.xml 中的值将是这样的:

<resources>
    <item name="width_percent" type="dimen">60%</item>
</resources>

我不确定自 2015 年以来是否还有其他人遇到过此问题,但是,您可以使用分数标记:

    <fraction name="dialog_anim_y_scale">14.285571%</fraction>