Skip to content

Commit f2c2eb3

Browse files
committed
Updated README
1 parent edb1c72 commit f2c2eb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This is a C# port of the [47 Degrees Swipe List View](https://github.com/47deg/a
55

66
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:
77
* 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
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+
#Minimum SDK Version
10+
API 12 *(Android 3.1)*
911

1012
#XML Usage
1113

0 commit comments

Comments
 (0)