Android activity的标题居中,同时左边是后退按钮,右边是其他菜单(也可以没有),如何实现?看图

2024-11-23 12:01:34
推荐回答(1个)
回答(1):

你说的是最上面的布局怎么实现吗?


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"

/>