Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 closed

Demo
---
![Imgur](http://i.imgur.com/mmHBRob.gif)

```xml







```