aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/menu/people_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/menu/people_list.xml')
-rw-r--r--WordPress/src/main/res/menu/people_list.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/WordPress/src/main/res/menu/people_list.xml b/WordPress/src/main/res/menu/people_list.xml
new file mode 100644
index 000000000..0d26a2afb
--- /dev/null
+++ b/WordPress/src/main/res/menu/people_list.xml
@@ -0,0 +1,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/invite"
+ android:icon="@drawable/ic_add_white_24dp"
+ android:title="@string/button_invite"
+ app:showAsAction="always" />
+</menu> \ No newline at end of file