daimajia / daimajia/AndroidSwipeLayout
SwipeLayout.open() position is wrong
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to open the swipeview on button click of a particular row of a listview. However the swipelayout is opening but in wrong position.Below is my code
```
tv_details.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if(sample1.getOpenStatus() == SwipeLayout.Status.Close){
sample1.open(true);
}else
sample1.close(true);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.