Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Is it possible to swipe right and left #77

Open
xmow49 opened this issue Oct 11, 2019 · 1 comment
Open

Is it possible to swipe right and left #77

xmow49 opened this issue Oct 11, 2019 · 1 comment

Comments

@xmow49
Copy link

xmow49 commented Oct 11, 2019

hi,
Is it possible to swipe right and left with config?

thank you

@ghost
Copy link

ghost commented Oct 13, 2019

I use SlidrPosition.VERTICAL for top and bottom, so for your case, it should work with SlidrPosition.HORIZONTAL:

SlidrConfig config = new SlidrConfig.Builder()
        [...]
	.position(SlidrPosition.HORIZONTAL)
        [...]
	.build();

Slidr.attach(this, config);

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

No branches or pull requests

1 participant