How can I change the height attribute in the LoginButton on Facebook SDK 4.x.x without editing the Facebook Class?
I already set the attribute in the xml file:
<com.facebook.login.widget.LoginButton
xmlns:fb="http://schemas.android.com/apk/res-auto"
android:id="@+id/ac45LoginButton"
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="30dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="10dp"
android:scaleType="centerInside"
fb:com_facebook_login_text="Entrar com Facebook"
fb:com_facebook_logout_text="Sair"
fb:com_facebook_confirm_logout="false"
fb:com_facebook_tooltip_mode="never_display"/>