Remove BitmapUtils (fixed #2638) (#2665)

Use a TextView on top of badge image to show user's level.
This commit is contained in:
Zhao Gang 2019-03-19 23:16:13 +08:00 committed by neslihanturan
parent fd6c4821aa
commit f4807a5e4b
4 changed files with 23 additions and 63 deletions

View file

@ -5,6 +5,7 @@
<color name="main_background_light">#fafafa</color>
<color name="achievement_background_dark">#494949</color>
<color name="achievement_background_light">#D6DCE0</color>
<color name="achievement_badge_text">#ffffff</color>
<color name="drawerHeader_background_dark">#494949</color>
<color name="drawerHeader_background_light">#aaaaaa</color>
<color name="tutorial_background_dark">#303030</color>