2017-02-08 154 views
1

我想使用com.roughike.bottombar.BottomBar,但即使在底部設置引力後,它仍會隱藏在動作條的後面。請解決我的錯誤。 謝謝。底部條不在底部對齊

activity_main.xml中

<android.support.design.widget.CoordinatorLayout 
    xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:app="http://schemas.android.com/apk/res-auto" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 

     <FrameLayout 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:id="@+id/frame" 
      android:layout_above="@+id/bottomBar" 
      /> 

    <com.roughike.bottombar.BottomBar 
     android:id="@+id/bottomBar" 
     android:layout_width="match_parent" 
     android:layout_height="56dp" 
     android:gravity="bottom" 
     app:bb_tabXmlResource="@xml/bottombar_tabs_color_changing" 
     app:bb_behavior="shifting|shy|underNavbar" /> 
</android.support.design.widget.CoordinatorLayout> 

回答

0

使用android:layout_gravity="bottom"很有效!

+0

嘿謝謝!我是android studio的新手。這是一個愚蠢的錯誤:D 謝謝! –

+0

@Sharzil Shaikh你可以接受答案,如果它解決了你的問題!^_^ –

+1

嘿對不起,我沒有注意到..完成! :d –