如何在Android中删除底栏的水平细条

时间:2016-08-28 07:22:00

标签: android navigationbar

我正在使用GitHub的底栏。我在它的演示图表中看不到它,但是我有一个像下面那样的细长条,如何隐藏/消除它?

enter image description here

1 个答案:

答案 0 :(得分:0)

现在可以使用app隐藏ver2.0.2:bb_showShadow =" false ",默认为true。

<com.roughike.bottombar.BottomBar
android:id="@+id/bottomBar"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_alignParentBottom="true"
app:bb_showShadow="false" />