实现多层抽屉菜单,点击其中一项会动画打开该抽屉--第三方开源--MultiCardMenu

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现多层抽屉菜单,点击其中一项会动画打开该抽屉--第三方开源--MultiCardMenu相关的知识,希望对你有一定的参考价值。

技术分享

 

下载地址:https://github.com/wujingchao/MultiCardMenu

 

<net.wujingchao.android.view.MultiCardMenu
        xmlns:simple="http://schemas.android.com/apk/res-auto"
        android:id="@+id/multi_card_menu"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        simple:background_layout="@layout/background_view"
        simple:margin_top="50dp"
        simple:fade="true"
        simple:title_bar_height_display="20dp"
        simple:title_bar_height_no_display="60dp"
        simple:boundary="true"
        simple:move_distance_to_trigger="30dip"
        simple:animator_duration="300">

            ....(Your ChildViews)

   </net.wujingchao.android.view.MultiCardMenu>

 

以上是关于实现多层抽屉菜单,点击其中一项会动画打开该抽屉--第三方开源--MultiCardMenu的主要内容,如果未能解决你的问题,请参考以下文章

如何实现从右侧打开抽屉菜单

点击 AppBar 打开抽屉

按钮停止上的按下(波纹)动画

如何使用导航抽屉打开和关闭更改按钮图像

在屏幕底部设置 Android 抽屉式菜单页脚

如何正确实现可拖动的“抽屉”自定义 UIView