#SkullOfSatoshi

This commit is contained in:
Believethehype 2023-03-24 21:34:29 +01:00
parent cb20e14822
commit d88581ac88
2 changed files with 4789 additions and 0 deletions

View File

@ -13,6 +13,7 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? {
"amethyst" -> HashtagIcon(R.drawable.amethyst, "Amethyst", Color.Unspecified, Modifier.padding(3.dp, 2.dp, 0.dp, 0.dp))
"plebs", "pleb", "plebchain" -> HashtagIcon(R.drawable.plebs, "Pleb", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 1.dp))
"coffee", "coffeechain" -> HashtagIcon(R.drawable.coffee, "Coffee", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
"skullofsatoshi" -> HashtagIcon(R.drawable.skull, "Coffee", Color.Unspecified, Modifier.padding(1.dp, 2.dp, 0.dp, 0.dp))
else -> null
}

File diff suppressed because it is too large Load Diff