Android操作栏在片段内被截断/拆分

时间:2016-09-20 14:15:40

标签: java android android-fragments android-actionbar android-statusbar

我的操作栏在特定片段中被截断/拆分。我正在使用roughike-bottom bar,这个问题只出现在我的底栏中的2/3片段中。我们欢迎所有的建议!谢谢。

enter image description here

<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>
     

0 个答案:

没有答案