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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Example of use. Swipe to the left
87
87
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:
88
88
- app:draggedItem="@id/drag_item", where drag_item is the id of the element to be dragged
89
89
- 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
91
91
- app:swipeDirection="left" - swipe to the left
92
92
- app:swipeDirection="right" - swipe to the right
93
93
- app:swipeDirection="left|right" - swipe left and right
0 commit comments