resize streak icon. Fixes #849

This commit is contained in:
Phillip Thelen 2017-11-02 18:30:57 +01:00
parent 8a2b170da4
commit 4c713e8c92
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 477 B

View file

@ -104,7 +104,7 @@ class FixCharacterValuesActivity: BaseActivity() {
levelEditText.setIconBitmap(HabiticaIconsHelper.imageOfHealerLightBg())
}
Stats.ROGUE -> {
levelEditText.iconBackgroundColor = ContextCompat.getColor(this, R.color.red_500)
levelEditText.iconBackgroundColor = ContextCompat.getColor(this, R.color.brand_500)
levelEditText.setIconBitmap(HabiticaIconsHelper.imageOfRogueLightBg())
}
}