Here the Google sign-in button is not matching with the Facebook sign-in button theme:
I want to edit the Google sign-in button to match the with my app layout and also with the text of the Facebook button. So it would match the theme.
Is there any way to customize this button only without creating a new button and handling it all the logic code.
Google Button XML code
<com.google.android.gms.common.SignInButton
android:id="@+id/btn_GoogleLogIn"
android:layout_width="wrap_content"
android:text = "@string/googleSignIn"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" />`
