Facebook SDK 3.0 をアプリケーションに統合しています。Facebook のログイン ボタンを 5 月のレイアウトに追加しました。カスタム イメージで Facebook のログイン ボタンを変更する方法を教えてください。
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFF"
android:id="@+id/main_ui_container">
<com.facebook.widget.LoginButton
android:id="@+id/login_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
facebook:confirm_logout="false"
facebook:fetch_user_info="true"
/>
<LinearLayout/>