From 4a1bed82d732b54608342805bc7c5ecaf36cc3b2 Mon Sep 17 00:00:00 2001 From: Hermes Junior Date: Fri, 12 Jun 2020 00:02:35 +0200 Subject: Implement option to see removed comment. --- .../layout/fragment_comment_more_bottom_sheet.xml | 21 ++++++++++++++++++++- app/src/main/res/values/strings.xml | 4 ++++ 2 files changed, 24 insertions(+), 1 deletion(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml index db9fadd9..c1126a2d 100644 --- a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml @@ -104,6 +104,25 @@ android:textSize="?attr/font_default" android:fontFamily="?attr/font_family" /> + + - \ 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 032a47eb..fa9f039b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -276,6 +276,10 @@ Are you sure? Edit Delete + See Removed Comment + See Removed Post + Fetching removed comment + Could not find the removed comment Cancel OK Edit successful -- cgit v1.2.3