Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/briangriffey/slideuppane
- Owner: briangriffey
- Created: 2014-02-14T05:01:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T07:59:44.000Z (over 7 years ago)
- Last Synced: 2024-10-31T14:52:12.762Z (20 days ago)
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 94
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-android-ui - https://github.com/briangriffey/slideuppane
- awesome-android-ui - https://github.com/briangriffey/slideuppane
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