Android仿ios二级菜单侧滑,仿IOS的列表项滑动菜单——ListItemMenu
一個簡單的仿IOS的列表項滑動菜單(也不知道怎么描述比較好)。
順手做出來的小東西,就分享給大家了。
仿iOS列表項滑動菜單:
1、滑動出現(xiàn)菜單,越界阻尼效果;
2、刪除列表項效果。
GitHub地址:
https://github.com/zarics/ListItemMenu
1.[代碼]布局示例代碼(其他代碼見Github)
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:id="@+id/delete"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="20dp"
android:text="刪除"
android:textColor="#ffffffff"
android:textSize="20sp"
android:background="#ffcc2500"/>
android:id="@+id/info"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="20dp"
android:text="信息"
android:textColor="#ffffffff"
android:textSize="20sp"
android:background="#ff308dff"/>
android:id="@+id/item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:textSize="20sp"
android:background="#ffffff"/>
總結(jié)
以上是生活随笔為你收集整理的Android仿ios二级菜单侧滑,仿IOS的列表项滑动菜单——ListItemMenu的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: win7虚拟机_VMware8虚拟机安装
- 下一篇: android sina oauth2.