Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-11 17:47:55 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-11 17:47:55 +0300
commit32074ac07e14ba5910e9de0c4da865ca2ab8b029 (patch)
treec68c937cace91925c336f601a02520dc6d4b95e7 /app/src/main/res/menu
parent7b6786158c06bb9d4332208372922002ccd7f382 (diff)
#454 💬↩️ Reply to comments
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/comment_menu.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/menu/comment_menu.xml b/app/src/main/res/menu/comment_menu.xml
index 473b84d47..afbbb5292 100644
--- a/app/src/main/res/menu/comment_menu.xml
+++ b/app/src/main/res/menu/comment_menu.xml
@@ -2,6 +2,10 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
+ android:id="@+id/reply"
+ android:title="@string/simple_reply"
+ app:showAsAction="ifRoom" />
+ <item
android:id="@android:id/edit"
android:title="@string/edit"
app:showAsAction="ifRoom" />