Skip to content

Commit

Permalink
Merge pull request #22 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
rubensousa committed Jun 10, 2017
2 parents 9483a33 + ba3e742 commit 929acb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Available from API 14.

## How to use

#####1. Add the following to your build.gradle:
##### 1. Add the following to your build.gradle:
```groovy
compile 'com.github.rubensousa:floatingtoolbar:1.4.4'
```
#####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
##### 2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
```xml
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down Expand Up @@ -44,9 +44,9 @@ compile 'com.github.rubensousa:floatingtoolbar:1.4.4'

</android.support.design.widget.CoordinatorLayout>
```
#####3. Specify a menu resource file or custom layout with app:floatingMenu or app:floatingCustomView
##### 3. Specify a menu resource file or custom layout with app:floatingMenu or app:floatingCustomView

#####4. Attach the FAB to the FloatingToolbar to automatically start the transition on click event:
##### 4. Attach the FAB to the FloatingToolbar to automatically start the transition on click event:

```java
mFloatingToolbar.attachFab(fab);
Expand Down

0 comments on commit 929acb9

Please sign in to comment.