daimajia / daimajia/AndroidSwipeLayout
Is there a way to include "show_mode" in the SwipeLayout definition in the xml file?
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
This is one of the best solutions I have found for swipe-action implementation in Android. :+1: for a great job!
My comment was about this line:
```
swipeLayout.setShowMode(SwipeLayout.ShowMode.LayDown);
```
If there was a way to specify the show mode in the XML file itself instead of in code, that would be great. Like so:
```
. . .
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.