为自定义列表视图中的删除和回复等两个操作创建双向滑动 Android

Create two way swipe for two actions such as delete and reply in Custom Listview Android

我想创建如下图所示。 This is sample Screenshot of two way swipe in listview that i want 感谢任何帮助。

这个Library正是您所需要的。 将其添加到您的依赖项

dependencies {
    compile 'com.android.support:recyclerview-v7:21.0.0'
    compile 'com.android.support:support-v4:20.+'
    compile "com.daimajia.swipelayout:library:1.2.0@aar"
}

并按照示例中的说明使用。