这是 XML 格式的基本 Google+ Android 登录按钮:
<com.google.android.gms.common.SignInButton
android:id="@+id/sign_in_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
在类文档中,它声明您可以将按钮的大小指定为 ICON_ONLY、STANDARD 和 WIDE。
你如何使用xml来做到这一点?