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 中的图像,

用 fb sdk 中的 drawable 替换 drawable(com_facebook_loginbutton_blue)

于 2013-06-14T05:49:52.203 回答