Swipecards
Swipecards copied to clipboard
Added functionality to select swipeable directions
I needed up/down functionality and made your library configurable - See #30. The default behaviour is still horizontal. But now you can change swipeable directions with the new direction attribute.
+1 Would love to have the 4 main directions swiping (up, down, left, right)
Why isn't the commit conflicts have not been resolved. according to my understanding kh0r's solution has not been committed due to conflicts. So does that mean I can't use this library for swiping up and down. :(
Hi
when i swipe right side without remove my finger open alert dialog i can able to swipe but i removed my finger after that cant able swipe please give solution
@maduperera when i am using app:direction="HORIZONTAL|VERTICAL"
it gives me below Error - Error:(9) No resource identifier found for attribute 'direction' in package 'com.showbuddy'
My layout files are as below -
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/gray_200" tools:context="com.showbuddy.fragment.Fragment_Swipe_Card_List">
<com.lorentzos.flingswipe.SwipeFlingAdapterView
android:id="@+id/frame"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:direction="HORIZONTAL|VERTICAL"
app:rotation_degrees="15.5" />
Build.gradle has lines as below - compile 'com.lorentzos.swipecards:library:1.0.9'
Why is this pull request still open? Please resolve it.