Skip to content

在根布局中使用 match_parent 是无效 #73

@zouchuqu

Description

@zouchuqu

在根布局中使用 match_parent 无效,使用比重参数(android:layout_weight)也是无效的,导致部分UI很难做适配。

<TextView
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions