gpt4 book ai didi

java - 如何删除谷歌加按钮消息?

转载 作者:行者123 更新时间:2023-12-01 12:41:35 26 4
gpt4 key购买 nike

我正在尝试在我的应用程序中添加 goople plus 1 按钮,当用户单击并推荐该链接时,此消息显示“+1 在 Google 上推荐此”。我如何删除此消息并仅显示气球链接的推荐数是多少?

<com.google.android.gms.plus.PlusOneButton
xmlns:plus="http://schemas.android.com/apk/lib/com.google.android.gms.plus"
android:id="@+id/plus_one_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
plus:size="standard"
plus:annotation="inline" />

最佳答案

http://developer.android.com/reference/com/google/android/gms/plus/PlusOneButton.html#ANNOTATION_NONE说...

"Sets the annotation to display next to the +1 button. This can also be set using the attribute plus:annotation="none|bubble|inline". "

因此请尝试:

<com.google.android.gms.plus.PlusOneButton
xmlns:plus="http://schemas.android.com/apk/lib/com.google.android.gms.plus"
android:id="@+id/plus_one_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
plus:size="standard"
plus:annotation="none" />

关于java - 如何删除谷歌加按钮消息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25049112/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com