updated bangumi and shikimori to accurate icons

changed bangumi to rgb color vs hex to match other trackers
This commit is contained in:
Carlos 2020-03-31 10:52:39 -04:00
parent 15567cc3c3
commit 1176c7a758
3 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Bangumi(private val context: Context, id: Int) : TrackService(id) {
override fun getLogo() = R.drawable.tracker_bangumi
override fun getLogoColor() = Color.rgb(0xF0, 0x91, 0x99)
override fun getLogoColor() = Color.rgb(240, 145, 153)
override fun getStatusList(): List<Int> {
return listOf(READING, COMPLETED, ON_HOLD, DROPPED, PLANNING)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB