Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/briangriffey/slideuppane

A pane that slides up from the bottom of an android view
https://github.com/briangriffey/slideuppane

Last synced: 13 days ago
JSON representation

A pane that slides up from the bottom of an android view

Awesome Lists containing this project

README

        

Slide Up Pane
===========

##Introduction
This is a UI component that closely simulates the bottom UI component of the current Google Maps application, except bouncier.
It allows a panel to be placed at the bottom of the screen that a user can pull up over the view above it. Intermediate
stops can also be added so that it has "sticky" points along the path.

##Installation
Make sure maven central is in your repository list then simply include the dependency.
```
dependencies {
compile "com.briangriffey:slideuppane:1.0@aar"
}

```

##Usage
SlideUpPane can be added to any container. It will slide over any other components placed in that container.

For example:
```



```

The SlideUpPane extends a LinearLayout with a vertical orientation, so any components added to it will follow that convention.

##Demo
The video demos the pane with a 50% stop added
http://www.youtube.com/watch?v=FU4dkbuxNQ0