Android kotlin 用RecyclerView(androidx+BRVAH3.0.6)实现从底部弹出列表对话框(单选/多选)功能

一、实现效果
二、引入依赖
在app的build.gradle在添加以下代码
1、框架弹窗AnyLayer(github官网):implementation \"com.github.goweii:AnyLayer:4.1.4-androidx\"
2、implementation \'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6\',这个里面带的适配器,直接调用就即可
BaseRecyclerViewAdapterHelper简称BRVAH
An |
|---|


