Search code examples
androidgoogle-play-servicesgoogle-play-gamesleaderboardachievements

Google Play Leaderboard UI Color Change


In the game I just developed, the Leaderboard UI color was dark translucent green until a week ago. This was feel-good looking(at least non-irritant to eyes). All of a sudden it changed to bright translucent red and is staying in that color since then. This color in no way matches with any screen at any stage of my game. This is the state of my Leaderboard screen now:

Leaderboard Screenshot

This is much worse in the phone screen with translucent effect. Here I've reduced the transparency of the screenshot to blur the background. This is the same case with Achievements UI too.

So my questions are

  1. How Google decides what color an app's Leaderboard UI should have?
  2. Can I specify the color of my app's Leaderboard/Achevements UI?

I don't want to do any change anything except the eye-piercing bright color of the UI to a normal darker tone. Anyone please?


Solution

  • Play games uses the new Palette api to find a key color from your application icon for that background. I think the only way to change it is to change your app icon. For my apps, one is purple and the other is a light tan color.