【发布时间】:2017-12-14 10:29:01
【问题描述】:
我得到了什么:
我的目标是:
我通过将它添加到我的 build.gralde 中获得了第一个:
compile 'com.android.support:design:25.3.1'
compile 'com.github.ittianyu:BottomNavigationViewEx:1.2.4'
然后这是我的布局 xml:
<com.ittianyu.bottomnavigationviewex.BottomNavigationViewEx
android:id="@+id/bottomView"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_gravity="bottom"
app:menu="@menu/bottom_nav_items"
android:background="#f8f8f8"/>
【问题讨论】:
标签: android xml layout navigation bottomnavigationview