replace custom symbol with fluent mention symbol

This commit is contained in:
sk
2022-12-21 17:59:38 +01:00
parent a5fa44213d
commit 6fce18ffe8
5 changed files with 6 additions and 12 deletions

View File

@@ -7,6 +7,6 @@
android:icon="@drawable/ic_fluent_people_checkmark_24_regular"
android:title="@string/visibility_followers_only"/>
<item android:id="@+id/vis_private"
android:icon="@drawable/ic_at_symbol"
android:icon="@drawable/ic_fluent_mention_24_regular"
android:title="@string/visibility_private"/>
</menu>