added additional resolutions for hashtagicons, added #zap #lightning #amethyst

This commit is contained in:
Believethehype 2023-03-17 22:53:39 +01:00
parent 21cb82a05d
commit 9887ec2d38
14 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
return HashtagIcon(R.drawable.ht_btc, "Bitcoin", Color(0xFFF2A900))
} else if (tag.lowercase() == "nostr") {
return HashtagIcon(R.drawable.ht_nostr, "Nostr", Color(0xFF9C59FF))
} else if (tag.lowercase() == "zap" || tag.lowercase() == "zapathon" || tag.lowercase() == "lightning") {
return HashtagIcon(R.drawable.ht_zap, "Zap", Color(0xFFFFEC01))
} else if (tag.lowercase() == "amethyst") {
return HashtagIcon(R.drawable.ht_amethyst, "Amethyst", Color(0xFFb793e6))
}
return null
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB