2 additional popular community hashtagicons

plebchain / coffeechain
This commit is contained in:
Believethehype
2023-03-21 08:46:19 +01:00
parent 3cde9bcdd5
commit 1fe58810a0
3 changed files with 2047 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
"lightning", "lightningnetwork" -> HashtagIcon(R.drawable.ht_lightning, "Lightning", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
"zap", "zaps", "zapper", "zappers", "zapping", "zapped", "zapathon", "zapraiser", "zaplife" -> HashtagIcon(R.drawable.zap, "Zap", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
"amethyst" -> HashtagIcon(R.drawable.amethyst, "Amethyst", Color.Unspecified, Modifier.padding(4.dp, 3.dp, 0.dp, 0.dp))
"plebs", "pleb", "plebchain" -> HashtagIcon(R.drawable.plebs, "Amethyst", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
"coffee", "coffeechain" -> HashtagIcon(R.drawable.coffee, "Amethyst", Color.Unspecified, Modifier.padding(1.dp, 3.dp, 0.dp, 0.dp))
else -> null
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long