Android:PercentRelativeLayout的百分比

Android:PercentRelativeLayout的百分比,android,android-layout,android-percentrelativelayout,Android,Android Layout,Android Percentrelativelayout,我试过了,但我有一个问题 定位到按钮,文本视图等。我就是这样使用的 app:layout_heightPercent="9.595274%" app:layout_marginTopPercent="10.194942%" app:layout_marginLeftPercent="6.666664%" app:layout_marginRightPercent="6.666664%" 浮点后的位数会严重影响性能吗?没有具体说明,但我只想了解性能

我试过了,但我有一个问题

定位到
按钮
文本视图
等。我就是这样使用的

    app:layout_heightPercent="9.595274%"
    app:layout_marginTopPercent="10.194942%"
    app:layout_marginLeftPercent="6.666664%"
    app:layout_marginRightPercent="6.666664%"

浮点后的位数会严重影响性能吗?

没有具体说明,但我只想了解性能