Swipecards icon indicating copy to clipboard operation
Swipecards copied to clipboard

Added functionality to select swipeable directions

Open kh0r opened this issue 9 years ago • 5 comments

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.

kh0r avatar May 19 '15 15:05 kh0r

+1 Would love to have the 4 main directions swiping (up, down, left, right)

vleango avatar Aug 06 '15 06:08 vleango

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. :(

maduperera avatar Apr 21 '17 08:04 maduperera

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

azhaguvel avatar Dec 12 '17 11:12 azhaguvel

@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'

neelmevada avatar Dec 27 '17 07:12 neelmevada

Why is this pull request still open? Please resolve it.

ravinderpayal avatar Apr 23 '18 20:04 ravinderpayal