在根布局中使用 match_parent 无效,使用比重参数(android:layout_weight)也是无效的,导致部分UI很难做适配。 <TextView android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" />