我想在 Android 应用程序中添加一个“在 G+ 上关注我们”按钮来关注我的页面,它可以在网络 https://developers.google.com/+/web/follow/中使用
我想做同样的事情,但在我的 Android 应用程序中,有没有像 +1 按钮这样的东西
<com.google.android.gms.plus.PlusOneButton
android:id="@+id/plus_one_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
plus:annotation="inline"
plus:size="standard" />
但对于 G+ 跟随?谢谢你的帮助