From 000010f3ef5927b5ae48f60caaedc2bba9a7b0af Mon Sep 17 00:00:00 2001 From: Conny Duck Date: Mon, 3 Dec 2018 12:04:27 +0100 Subject: [PATCH] add option to copy link of own toot to "more" menu closes #928 --- app/src/main/res/menu/status_more.xml | 22 +++++++++++-------- .../main/res/menu/status_more_for_user.xml | 20 ++++++++++++----- 2 files changed, 28 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/menu/status_more.xml b/app/src/main/res/menu/status_more.xml index 627b3cce..8400116b 100644 --- a/app/src/main/res/menu/status_more.xml +++ b/app/src/main/res/menu/status_more.xml @@ -9,15 +9,19 @@ android:title="@string/status_share_link" /> + android:title="@string/status_share_content" /> - - - - + + + + \ No newline at end of file diff --git a/app/src/main/res/menu/status_more_for_user.xml b/app/src/main/res/menu/status_more_for_user.xml index c88d03d4..222d03e7 100644 --- a/app/src/main/res/menu/status_more_for_user.xml +++ b/app/src/main/res/menu/status_more_for_user.xml @@ -9,11 +9,21 @@ android:title="@string/status_share_link" /> + android:title="@string/status_share_content" /> - - - + + + + \ No newline at end of file