aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-06-08 13:11:01 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-06-08 13:11:01 +0000
commit0dbb6a745f519986e7033cd8a60dd0c055a559a4 (patch)
tree7cdc7a66ff7360733ad58f92e053ef62bd667983 /app/src/main/res/values
parentb8e4ce6e1da367e0c26e5f1966394213427bdcb8 (diff)
downloadinfinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar.gz
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar.bz2
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar.lz
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar.xz
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.tar.zst
infinity-for-reddit-0dbb6a745f519986e7033cd8a60dd0c055a559a4.zip
Move all bottom sheet fragments to package BottomSheetFragment. Add a UrlMenuBottomSheetFragment for future use.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 7f313913..bdd8df76 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -754,5 +754,7 @@
<string name="downloading_reddit_video_failed_cannot_save_audio">Download failed: cannot save audio to cache directory</string>
<string name="downloading_reddit_video_failed_cannot_mux">Download failed: cannot mux video and audio</string>
<string name="downloading_reddit_video_failed_cannot_save_mux_video">Download failed: cannot save the video to public directory</string>
+ <!-- TODO: Remove or change this placeholder text -->
+ <string name="hello_blank_fragment">Hello blank fragment</string>
</resources>