如何制作自定义的导航抽屉菜单?

时间:2019-08-20 14:15:51

标签: java android menu navigation-drawer

我想设计如下图所示的菜单,但无法自定义导航抽屉。

我想做:https://ibb.co/f2NFZQL

我可以:https://ibb.co/xFNQ2b4

我不知道如何充分利用Stackoverflow。对此我感到抱歉。

 <FrameLayout
        android:id="@+id/fragment_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent"></FrameLayout>

<com.google.android.material.navigation.NavigationView
    android:layout_width="wrap_content"
    android:layout_gravity="start"
    android:background="#4c4c4c"
    android:id="@+id/nav_view"
    app:headerLayout="@layout/nav_header"
    app:menu="@menu/drawer_menu"
    app:itemTextColor="#ffffff"
    app:itemIconTint="#d4f23a"
    android:layout_height="match_parent">

</com.google.android.material.navigation.NavigationView>

1 个答案:

答案 0 :(得分:-1)

可能您可以使用github中可用的一个库。 请访问此网站:-https://github.com/mikepenz/MaterialDrawer

我希望这会对您有所帮助。