我正在将 facebook SDK 3.0 集成到我的应用程序中,我已将 facebook 登录按钮添加到可能的布局中,有人可以帮助我如何使用我的自定义图像更改 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/>