diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..64143d9 --- /dev/null +++ b/.travis.yml @@ -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 + diff --git a/README.md b/README.md index b50bd53..def60bc 100644 --- a/README.md +++ b/README.md @@ -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 ------- diff --git a/drawer-behavior/src/main/res/values/strings.xml b/drawer-behavior/src/main/res/values/strings.xml new file mode 100644 index 0000000..74eb841 --- /dev/null +++ b/drawer-behavior/src/main/res/values/strings.xml @@ -0,0 +1,4 @@ + + + com.jakewharton.behavior.drawer.DrawerBehavior +