I'm able to change the textSize of the Login Button:
but when I do it increases more than the logo - so I need to increase the size of the logo too.
<com.facebook.login.widget.LoginButton
android:id="@+id/login_button"
android:textSize="22sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
/>
Any idea?