Implement following hashtags

This commit is contained in:
sk
2022-11-09 15:48:01 +01:00
parent ae50e618c0
commit cf864e6f49
10 changed files with 104 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/follow_hashtag"
android:icon="@drawable/ic_fluent_person_add_24_regular"
android:showAsAction="always"
android:title="@string/button_follow"/>
</menu>