mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 10:11:58 +00:00
resize streak icon. Fixes #849
This commit is contained in:
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 |
|
|
@ -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())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue