BottomNavigationView的使用

BottomNavigationView的使用

 

废话少说, 先看东西

  

BottomNavigationView的使用

 

依赖

  implementation 'com.android.support:design:26.1.0'

 

布局 

//用这个控件需要添加 design包: implementation 'com.android.support:design:26.1.0' //版本号和compileSdkVersion的版本号相关 <android.support.design.widget.BottomNavigationView android:id="@+id/bnvBottomBar" android:layout_width="match_parent" android:layout_height="50dp" android:background="#bb88f7ff" app:menu="@menu/bottom_bar" />

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpsxzp.html