Merge branch 'use-fluent-mention-icon'

This commit is contained in:
sk
2022-12-21 18:09:41 +01:00
7 changed files with 11 additions and 14 deletions

View File

@@ -10,6 +10,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>