首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
左右侧专题
【Android】实现Recyclerview的Item可以左右侧滑动的效果
项目需要 使用Recyclerview进行列表的数据加载的时候,需要对这个Item进行左右滑动进行操作的功能, 比如这样 需求实现 上面图来源于 https://github.com/anzaizai/EasySwipeMenuLayout 这是一个可以用来进行列表左滑、右滑的项目,可以集成到自己的项目中 compile 'com.github.anzaizai:EasySwipeMe
阅读更多...
基于uniapp封装的card容器 带左右侧两侧标题内容区域
代码 <template><view class="card"><div class="x_flex_header"><div><title v-if="title !== ''" class="title" :title="title" :num="num"></title></div><div><slot name="xline_left"></slot></div></div><div
阅读更多...
关于界面底侧或者左右侧出侧一条空白(statusbar的高度问题) 20 pixel blank at bottom of screen
G了半天,才找到点线索,原因: Adding the root view to your UIWindow can be complicated since the window always underlaps the status bar. The frame of your root view must therefore be reset to [[UIScreen mainScr
阅读更多...