Skip to content Skip to sidebar Skip to footer

Change Action Bar Style And Color For Google Play Games Leaderboard, Achievements, Etc.?

I'm using Google Play Games APIs for my app. When I use the following to launch the Achievements display for my app: startActivityForResult( getGamesClient().g

Solution 1:

You can't customize that screen. It's important for that screen to look like Google Play Games and not a specific game because that gives the user a feeling of familiarity -- that screen is the same across several of the games they play.

If you want to have a completely customized and immersive experience, you can use the raw data APIs. For example, call GamesClient.loadAchievements() to load the achievements and display them in a custom UI.


Post a Comment for "Change Action Bar Style And Color For Google Play Games Leaderboard, Achievements, Etc.?"