feat(hashtag-timeline): show mute button as action
This commit is contained in:
parent
e144d0ac6f
commit
c3624eddb3
1 changed files with 5 additions and 4 deletions
|
@ -5,13 +5,14 @@
|
|||
android:title="@string/sk_pin_timeline"
|
||||
android:icon="@drawable/ic_fluent_pin_24_regular"
|
||||
android:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/mute_hashtag"
|
||||
android:icon="@drawable/ic_fluent_speaker_mute_24_regular"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/mo_mute_hashtag"/>
|
||||
<item
|
||||
android:id="@+id/follow_hashtag"
|
||||
android:icon="@drawable/ic_fluent_person_add_24_regular"
|
||||
android:showAsAction="always"
|
||||
android:title="@string/button_follow"/>
|
||||
<item
|
||||
android:id="@+id/mute_hashtag"
|
||||
android:icon="@drawable/ic_fluent_speaker_mute_24_regular"
|
||||
android:title="@string/mo_mute_hashtag"/>
|
||||
</menu>
|
Loading…
Add table
Reference in a new issue