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