标签: android google-play
在Android上,是否可以隐藏成就横幅?我们想要覆盖他们使用我们自己的横幅。经过一些研究,我不相信你可以,但我想要确认。
答案 0 :(得分:1)
也许您可以覆盖setViewForPopups (View gamesContentView)方法,以便可以使用自定义视图?
setViewForPopups (View gamesContentView)
参考: https://developer.android.com/reference/com/google/android/gms/games/GamesClient.html#setViewForPopups(android.view.View)