From 09bad798705bcbe53df6b779d9627ba8f69ff3b5 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Sun, 9 Apr 2023 05:31:31 +0200 Subject: [PATCH] #footstr --- .../amethyst/model/HashtagIcon.kt | 2 +- app/src/main/res/drawable/footstr.xml | 113 ++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/drawable/footstr.xml diff --git a/app/src/main/java/com/vitorpamplona/amethyst/model/HashtagIcon.kt b/app/src/main/java/com/vitorpamplona/amethyst/model/HashtagIcon.kt index f322db5da..2663a9ff8 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/model/HashtagIcon.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/model/HashtagIcon.kt @@ -14,7 +14,7 @@ fun checkForHashtagWithIcon(tag: String): HashtagIcon? { "plebs", "pleb", "plebchain" -> HashtagIcon(R.drawable.plebs, "Pleb", Color.Unspecified, Modifier.padding(2.dp, 2.dp, 0.dp, 1.dp)) "coffee", "coffeechain" -> HashtagIcon(R.drawable.coffee, "Coffee", Color.Unspecified, Modifier.padding(2.dp, 2.dp, 0.dp, 0.dp)) "skullofsatoshi" -> HashtagIcon(R.drawable.skull, "SkullofSatoshi", Color.Unspecified, Modifier.padding(2.dp, 1.dp, 0.dp, 0.dp)) - + "footstr" -> HashtagIcon(R.drawable.footstr, "Footstr", Color.Unspecified, Modifier.padding(0.dp, 1.dp, 0.dp, 0.dp)) else -> null } } diff --git a/app/src/main/res/drawable/footstr.xml b/app/src/main/res/drawable/footstr.xml new file mode 100644 index 000000000..f1150b179 --- /dev/null +++ b/app/src/main/res/drawable/footstr.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file