你说的是最上面的布局怎么实现吗?
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:layout_width="match_parent"
android:layout_height="70px"
>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="测试用例"
android:layout_centerInParent="true"
/>
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="+状态开关与按钮开关"
android:layout_centerVertical="true"
/>