Muting/unmuting accounts
This commit is contained in:
parent
9e82b64423
commit
02ccaf4610
3 changed files with 71 additions and 8 deletions
|
@ -10,6 +10,10 @@
|
|||
android:title="@string/action_follow"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item android:id="@+id/action_mute"
|
||||
android:title="@string/action_mute"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item android:id="@+id/action_block"
|
||||
android:title="@string/action_block"
|
||||
app:showAsAction="never" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue