LyftAppCompatButton
A drop-in AppCompatButton for integrating with Lyft. This button conforms to the Lyft brand guidelines.
NOTE: This library only provides the button. Actual API integration with Lyft is up to the developer.
Install
To add this library to your project, you must add the JitPack repo to your root build.gradle file...
allprojects {
repositories {
...
maven {
url "https://jitpack.io"
}
}
}
Then include this line in your dependencies block...
compile 'com.github.everseat:LyftAppCompatButton:0.1.1'
Usage
<com.everseat.lyftappcompatbutton.LyftAppCompatButton
android:layout_width="match_parent"
android:layout_height="wrap_content"/>