2

Does anyone know how to restore the standard facebook button appearance ?

My code:

<com.facebook.login.widget.LoginButton
            android:id="@+id/lpFacebookLoginButton"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:paddingTop="14dp"
            android:paddingBottom="14dp"
            android:layout_marginTop="@dimen/small_vertical_margin"
            android:layout_marginBottom="@dimen/small_vertical_margin"/>

and how it looks now :

it should look like this :enter image description here

how Facebook SDK is added in gradle:

implementation 'com.facebook.android:facebook-login:latest.release'
M.Devan
  • 169
  • 2
  • 13
  • You can customize the button. Please see [this](https://stackoverflow.com/q/16314651/9652621) question – Vishnu Jan 31 '22 at 18:41

0 Answers0