Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.
Open
Show file tree
Hide file tree
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
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: android
android:
components:
- tools
- platform-tools
- build-tools-23.0.3
- android-23
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
jdk:
- oraclejdk8
before_install:
- chmod +x gradlew
notifications:
slack: heinrichreimer:twzJpzYgSjWnT0QCIoMeIa7l

15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
Drawer Behavior for CoordinatorLayout
=====================================
# Drawer Behavior (for `CoordinatorLayout`)

A `CoordinatorLayout` behavior which mimics the functionality of `DrawerLayout`.

TODO explain why

TODO embed gif

TODO download section
[![Build Status](https://travis-ci.org/heinrichreimer/android-drawer-behavior.svg?branch=master)](https://travis-ci.org/heinrichreimer/android-drawer-behavior)

_A `CoordinatorLayout` behavior which mimics the functionality of `DrawerLayout`._

- **TODO:** Explain why
- **TODO:** Embed GIF
- **TODO:** Download section

License
-------
Expand Down
4 changes: 4 additions & 0 deletions drawer-behavior/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="drawer_behavior">com.jakewharton.behavior.drawer.DrawerBehavior</string>
</resources>