Skip to content Skip to sidebar Skip to footer

Customizing Facebook Login Button In Android Application

I am working on an android application in which I have implemented facebook login button.My login screen consists of some fields for sign up along with option of signing up with fa

Solution 1:

If you wanna change custom text of Facebook Login ..

Go to that facebook library project And go to string.xml

you will find something like this

<string name="com_facebook_loginview_log_in_button_long">Log inwith facebook </string>

Replace this with your custom text

For Height inconsistancy of facebook i had done something like this

android:paddingTop="20dp"android:paddingBottom="20dp"

Post a Comment for "Customizing Facebook Login Button In Android Application"