Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added functionality to select swipeable directions #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kh0r
Copy link

@kh0r kh0r commented May 19, 2015

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 kh0r mentioned this pull request Aug 2, 2015
@vleango
Copy link

vleango commented Aug 6, 2015

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

@maduperera
Copy link

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

@azhaguvel
Copy link

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

@neelmevada
Copy link

neelmevada commented Dec 27, 2017

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

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

@ravinderpayal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants