aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/menu/edit_comment.xml
blob: 36abb4a7f8ce397cfbf1f1ebade75c811fa8489c (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/menu_save_comment"
        android:icon="@drawable/ic_send_white_24dp"
        app:showAsAction="always"
        android:title="@string/upload" />
</menu>