You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ This is a C# binding of the [47 Degrees Swipe List View](https://github.com/47de
5
5
6
6
The Swipe List View is an Android List View implementation with support for drawable cells and many other swipe related features. This control simplifies the building of lists in Android that support swipe gestures on the list items. Swipe Modes:
7
7
* Left* Right* Both* NoneSwipe Actions:
8
-
* Reveal - Swipe to reveal a view behind the list item* Dismiss - Swipe to remove a list item from the list* Choice - Swipe with a rubber band-like behavior that toggles the selected state of the list item* RevealDismiss - Swipe to reveal a view behind the list item before removing the list item from the list
8
+
* Reveal - Swipe to reveal a view behind the list item* Dismiss - Swipe to remove a list item from the list* Choice - Swipe with a rubber band-like behavior that toggles the selected state of the list item
9
9
10
10
#XML Usage
11
11
@@ -20,23 +20,19 @@ If you decide to use SwipeListView as a view, you can define it in your xml layo
0 commit comments