我必须自定义操作栏,所以我决定删除默认操作栏并添加一个看起来像原始AB的视图,但更加自定义。
通过这样做,我注意到我用作AB的视图不适合所有活动宽度。
这是视图的代码:
<ImageView
android:id="@+id/action_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:adjustViewBounds="true"
android:src="@drawable/action_bar" />
我甚至尝试使用“fill_horizontal”命令,但不起作用。我正在使用RelativeLayout。
这就是活动的样子:
正如您所见,AB视图根本不适合。
答案 0 :(得分:0)
机器人:adjustViewBounds =&#34;真&#34;将此设置为false