summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/menu/menu_hashtag.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/menu_hashtag.xml')
-rw-r--r--app/src/main/res/menu/menu_hashtag.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_hashtag.xml b/app/src/main/res/menu/menu_hashtag.xml
new file mode 100644
index 000000000..3a6740ff0
--- /dev/null
+++ b/app/src/main/res/menu/menu_hashtag.xml
@@ -0,0 +1,14 @@
+<?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_follow_tag"
+ android:icon="@drawable/ic_baseline_post_add_24"
+ android:title="@string/follow_tag"
+ app:showAsAction="ifRoom" />
+ <item
+ android:id="@+id/action_add_timeline"
+ android:icon="@drawable/ic_baseline_add_24"
+ android:title="@string/add_instances"
+ app:showAsAction="ifRoom" />
+</menu> \ No newline at end of file