I want to totally remove logo of facebook on com.facebook.login.widget.LoginButton i was tried btnFacebook.setBackgroundResource(R.drawable.applogo); but its not working
please help me to remove logo
<com.facebook.login.widget.LoginButton
xmlns:facebook="http://schemas.android.com/apk/res-auto"
android:id="@+id/btnFacebook"
android:layout_width="0dp"
android:layout_weight="6"
android:layout_height="wrap_content"
android:background="@color/facebookBlue"
android:paddingTop="15dp"
android:paddingLeft="15dp"
facebook:com_facebook_login_text="\tSIGN IN WITH FACEBOOK"
android:paddingBottom="15dp"
android:textColor="@color/white"
android:textSize="15dp" />
In code it is looks like this :
And I want like this :

