我试图在每一侧获得 2 个按钮,但最终得到了这样的东西。
有没有办法将菜单列表分成两半?我目前正在使用replaceMenu()
带有 a 的函数app:showAsAction="always|withText"
来显示所有选项,但不知何故缺少文本。
下面是 XML 的样子:
<android.support.design.bottomappbar.BottomAppBar
android:id="@+id/navigationView"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_gravity="bottom"
app:itemTextColor="@color/theme3.0"
app:fabAlignmentMode="center"
app:backgroundTint="@color/colorPrimary"
/>
<android.support.design.widget.FloatingActionButton
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_anchor="@id/navigationView"
android:src="@drawable/ic_camerasvg"
/>