LyftAppCompatButton

Additional

Language
Java
Version
0.1.1 (Aug 17, 2016)
Created
Aug 17, 2016
Updated
Aug 17, 2016 (Retired)
Owner
Everseat, Inc (Everseat)
Contributor
Alex Fu (alexfu)
1
Activity
Badge
Generate
Download
Source code

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"/>