记一些好看的Android开源菜单

Posted x1aolata

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一些好看的Android开源菜单相关的知识,希望对你有一定的参考价值。

BoomMenu

一个弹出式带动画的悬浮菜单,可以自定义样式。

直接上效果图:
技术图片

技术图片

添加依赖:

 implementation 'com.nightonke:boommenu:2.1.1'

然后就可以了,没错就是这么简单。然后就可以像正常控件一样使用它,

 <com.nightonke.boommenu.BoomMenuButton
        android:id="@+id/bmb"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        app:bmb_buttonEnum="textInsideCircle"
        app:bmb_piecePlaceEnum="piecePlace_dot_9_1"
        app:bmb_buttonPlaceEnum="buttonPlace_sc_9_1"
        app:bmb_normalColor="@color/colorPrimary"
        />

我实际上手效果图:

技术图片

github主页有详细的教程(而且有中文教程)。github地址

CoolMenu

github地址

很炫酷的切换效果,添加依赖与上一个类似,

 implementation 'com.github.dxtt:coolMenu:v1.1'

并且加入
技术图片

  <com.dxtt.coolmenu.CoolMenuFrameLayout
        android:id="@+id/rl_main"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center"
        app:num="four"/>

理想效果:
技术图片

但还有待完善
技术图片

以上是关于记一些好看的Android开源菜单的主要内容,如果未能解决你的问题,请参考以下文章

标签菜单android - 不正确的调用片段

如何在 Android 中显示和隐藏菜单项?

在android中按下通知时如何打开片段页面

asp.net后台的界面怎么弄才好看呀

iOS Swift 中的 Android 片段模拟

片段中的 Android 谷歌地图