Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Slide Up Pane
===========

##Introduction
## 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
## Installation
Make sure maven central is in your repository list then simply include the dependency.
```
dependencies {
Expand All @@ -15,7 +15,7 @@ dependencies {

```

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

For example:
Expand Down Expand Up @@ -63,7 +63,7 @@ Pickled single-origin coffee mumblecore yr eiusmod four loko, pour-over tote bag

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

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

Expand Down