Skip to content

Commit d9a7de6

Browse files
authored
Update README.md
1 parent d831874 commit d9a7de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Example of use. Swipe to the left
8787
Above is an example of a layout. For the correct operation of the swipe it is necessary to add <mobile.sarproj.com.swipelayout.SwipeLayout in your layout in which you need to specify the following parameters:
8888
- app:draggedItem="@id/drag_item", where drag_item is the id of the element to be dragged
8989
- app:rightItem="@id/right_view", where right_view is the id of the element that will remain on the right with the swipe to the left (if you use swipe to the right, you must specify app: leftItem).
90-
- app:swipeDirection="left" - направление свайпа
90+
- app:swipeDirection="left" - direction of a swipe
9191
- app:swipeDirection="left" - swipe to the left
9292
- app:swipeDirection="right" - swipe to the right
9393
- app:swipeDirection="left|right" - swipe left and right

0 commit comments

Comments
 (0)