2

Nougat 下面的 xml 忽略了 marginLeftPercent。

<?xml version="1.0" encoding="utf-8"?>
<android.support.percent.PercentRelativeLayout 
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/container"       
android:layout_width="match_parent" 
android:layout_height="match_parent">

<TextView
    android:id="@+id/inBoxButton"
    app:layout_widthPercent="20%"
    app:layout_marginLeftPercent="30%"
    app:layout_marginTopPercent="2%"
    android:layout_height="40dp"
    android:text="Inbox"
    android:textSize="18sp"
    android:tag="1"
    android:lines="1"
    android:gravity="center"
    android:textColor="@color/black_color"
    />

我的应用程序中有其他地方没有被忽略,但其他地方没有 layout_widthPercent。这在 6.0 中运行良好,但我认为这是 7.0 中的错误。

4

0 回答 0