Android自定义SwipeLayout仿QQ侧滑条目,供大家参考,具体内容如下
先看动图
看布局文件
activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="puteRightBackRect(Rect frontRect) { int left = 0; int top = 0; if (frontRect != null) { left = frontRect.right; } return new Rect(left, top, left + mRightRange, top + mHeight); }}现在控件耦合程度太高,以后慢慢优化,写成一个库。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。