您好,我想实现一个导航,顶部只有几个项目,底部只有几个项目。我阅读了其他stackoverflow帖子,建议在导航like this视图中使用子布局。只想找到正确的方法< / p>
目前,我正在其中使用子布局
<android.support.design.widget.NavigationView
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
>
//A constrainst layout inside this for the navigation menu items
</android.support.design.widget.NavigationView>