Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmbest2/SwipeableLayout
A swipeable - auto resizing view group for android
https://github.com/wmbest2/SwipeableLayout
Last synced: 2 months ago
JSON representation
A swipeable - auto resizing view group for android
- Host: GitHub
- URL: https://github.com/wmbest2/SwipeableLayout
- Owner: wmbest2
- License: gpl-2.0
- Created: 2013-10-02T02:30:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-07T23:06:04.000Z (about 11 years ago)
- Last Synced: 2024-04-15T14:16:56.557Z (9 months ago)
- Language: Java
- Size: 177 KB
- Stars: 115
- Watchers: 5
- Forks: 22
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-ui - https://github.com/wmbest2/SwipeableLayout
- awesome-android-ui - https://github.com/wmbest2/SwipeableLayout
README
SwipeableLayout
==============A swipeable - auto resizing view group for android
Usage
---build.gradle
```groovy
compile 'com.wmbest.widget:swipeable-layout:1.0.+@aar'
```-- or --
pom.xml
```xml
com.wmbest.widget
swipeable-layout
1.0.+
aar```
layout.xml
```xml
```
Attributes
---
* frontView - The Swipeable View - **required**
* backView - The Background View - **required**
* tabView - This View is used to simulate the background view
when the frontView is closed but doesn't cover
* direction - Swipe Direction (Default left)
* peekSize - Amount to keep from sliding over
* grabSize - Amount of touch area for swiping closedDemo
---
![Imgur](http://i.imgur.com/mmHBRob.gif)```xml
```