Change list swipe direction

This commit is contained in:
Clayton Wilson 2020-11-02 00:55:57 -05:00
parent 06dd554691
commit e58d28ea6a

View File

@ -5,7 +5,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:dragEdge="right"
app:dragEdge="left"
app:mode="same_level">
<FrameLayout