我的操作栏在特定片段中被截断/拆分。我正在使用roughike-bottom bar,这个问题只出现在我的底栏中的2/3片段中。我们欢迎所有的建议!谢谢。
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <include layout="@layout/content_main" /> <FrameLayout android:id="@+id/contentContainer" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_above="@+id/bottomBar" > </FrameLayout>