From 14a17ad0384dc0811f3c7b0b1897c4d6691de0b3 Mon Sep 17 00:00:00 2001 From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:40:26 -0400 Subject: Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment. --- .../fragment_important_info_bottom_sheet.xml | 72 ++++++++++++++++++++++ .../fragment_reddit_api_info_bottom_sheet.xml | 72 ---------------------- 2 files changed, 72 insertions(+), 72 deletions(-) create mode 100644 app/src/main/res/layout/fragment_important_info_bottom_sheet.xml delete mode 100644 app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_important_info_bottom_sheet.xml b/app/src/main/res/layout/fragment_important_info_bottom_sheet.xml new file mode 100644 index 00000000..06f94a97 --- /dev/null +++ b/app/src/main/res/layout/fragment_important_info_bottom_sheet.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml b/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml deleted file mode 100644 index 8fc71245..00000000 --- a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3