Slidr
Easily add slide-to-dismiss functionality to your Activity by calling Slidr.attach(this) in your onCreate(..) method.
Usage
An example usage:
or
Configuring
Slidr.attach(...)
will return a SlidrInterface
which gives you access to two methods:
These methods lock or unlock the slidable touch interface.
The theme that you use for your sliding activity must have these attributes set:
Then in the layout of your activity you must give it a background like this;
Including in your project
Include this line in your gradle build file:
For Snapshots, include these lines in your gradle files: