2
<com.facebook.widget.LoginButton
    android:id="@+id/authButton"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal"
    android:layout_marginTop="30dp"
    />

ログインボタンのスタイルを別の画像に変更したいのですが、どうすればよいですか?

どうもありがとうございました!

4

1 に答える 1

4

Fb sdkはボタンの背景を次のように設定しました

           this.setBackgroundResource(R.drawable.com_facebook_loginbutton_blue);

fb sdk の画像を変更する必要があります。

drawable(com_facebook_loginbutton_blue) をfb sdkのdrawableに置き換えます

于 2013-06-14T05:49:52.203 に答える