Skip to content

hearsilent/Custom-Facebook-Button

Repository files navigation

Custom Facebook Button

An android custom facebook button.

Screenshot

Usage

Don't need to clone this repo

  1. Add the drawable res (found in the drawable folder) to your project. Place the following files in the drawable folder:

  2. Add the logo icon res (found in the drawable (any dpi) folder) to your project. Place the following files in the drawable (any dpi) folder:

  3. Customize your button.

<Button
   android:layout_width="match_parent"
   android:layout_height="wrap_content"
   android:background="@drawable/button_facebook_login"
   android:text="Facebook Login Button"
   android:textAllCaps="false"/>

Compatibility

Android GINGERBREAD 4.0.3+

Credits

Logos and Button drawables from facebook/facebook-android-sdk.

About

An android custom facebook button.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages