summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/menu/menu_followed_tag.xml
blob: 4d713bc9d5e80c0d975564ba55a05d64936cfc40 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/action_unfollow"
        android:icon="@drawable/ic_baseline_delete_24"
        android:title="@string/action_unfollow_tag"
        app:showAsAction="ifRoom" />
</menu>