From 1b972aca2eb20cd7895ba20f015ba480a7f2ade6 Mon Sep 17 00:00:00 2001 From: Hermes Junior Date: Fri, 12 Jun 2020 16:30:56 +0200 Subject: Implement option to see removed post. --- app/src/main/res/menu/view_post_detail_activity.xml | 9 ++++++++- app/src/main/res/values/strings.xml | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/menu/view_post_detail_activity.xml b/app/src/main/res/menu/view_post_detail_activity.xml index 32f83c41..29c49e1f 100644 --- a/app/src/main/res/menu/view_post_detail_activity.xml +++ b/app/src/main/res/menu/view_post_detail_activity.xml @@ -80,5 +80,12 @@ android:orderInCategory="12" android:title="@string/action_report" app:showAsAction="never" + android:visible="false"/> + + - \ No newline at end of file + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fa9f039b..cddcf9bf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -61,6 +61,7 @@ Share Preview Report + See Removed Set as Wallpaper Error occurred when parsing the JSON response @@ -277,9 +278,10 @@ Edit Delete See Removed Comment - See Removed Post Fetching removed comment Could not find the removed comment + Fetching removed post + Could not find the removed post Cancel OK Edit successful -- cgit v1.2.3