From c43f734101e108c175acbe2bb5758badaf854a42 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Mon, 22 May 2023 20:29:05 +0200 Subject: [PATCH] feat(instance-info): replace moderated server icon --- .../ic_fluent_book_exclamation_mark_24_filled.xml | 9 --------- .../ic_fluent_book_exclamation_mark_24_regular.xml | 9 +++++++++ mastodon/src/main/res/menu/instance_info.xml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_filled.xml create mode 100644 mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_regular.xml diff --git a/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_filled.xml b/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_filled.xml deleted file mode 100644 index ef0a9e70a..000000000 --- a/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_filled.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - diff --git a/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_regular.xml b/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_regular.xml new file mode 100644 index 000000000..9c86090e1 --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_book_exclamation_mark_24_regular.xml @@ -0,0 +1,9 @@ + + + diff --git a/mastodon/src/main/res/menu/instance_info.xml b/mastodon/src/main/res/menu/instance_info.xml index 284b1c12a..6ce729a2f 100644 --- a/mastodon/src/main/res/menu/instance_info.xml +++ b/mastodon/src/main/res/menu/instance_info.xml @@ -2,5 +2,5 @@ - + \ No newline at end of file