[android] Changed rating 'coming_soon' smile on check

This commit is contained in:
Александр Зацепин 2017-10-16 19:25:07 +03:00 committed by Roman Kuznetsov
parent 59954ede7d
commit a17c596054
6 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

View file

@ -13,7 +13,7 @@ public enum Impress
NORMAL(R.drawable.ic_24px_rating_normal, R.color.rating_normal),
GOOD(R.drawable.ic_24px_rating_good, R.color.rating_good),
EXCELLENT(R.drawable.ic_24px_rating_excellent, R.color.rating_excellent),
COMING_SOON(R.drawable.ic_24px_rating_normal, R.color.rating_coming_soon);
COMING_SOON(R.drawable.ic_24px_rating_coming_soon, R.color.rating_coming_soon);
@DrawableRes
private final int mDrawableId;