aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-26 07:55:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-26 07:55:18 +0000
commit1da0e08552fbd5564eb7df539ec0d15d8201c1fa (patch)
treef54a664dfb00f04c3f721e3bbba4ba37cd8aaf59 /app/src/main/res/values
parent5e144c6de94d4fe2233b83b3c804d101ebcbe703 (diff)
downloadinfinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.gz
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.bz2
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.lz
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.xz
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.zst
infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.zip
Tap the error view to retry loading comments in ViewPostDetailActivity. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/colors.xml2
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index b4c1fd87..65c75a1d 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -22,6 +22,8 @@
<color name="backgroundColor">#FFFFFF</color>
+ <color name="backgroundColorPrimary">@color/colorPrimary</color>
+
<color name="backgroundColorPrimaryDark">@color/colorPrimaryDark</color>
<color name="roundedBottomSheetPrimaryBackground">#FFFFFF</color>
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 8a88d944..09740a2f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -52,7 +52,7 @@
<string name="no_users">No users found</string>
<string name="no_storage_permission">No storage permission to save this file</string>
- <string name="load_comments_failed">Error loading comments</string>
+ <string name="load_comments_failed">Error loading comments.\nTap to retry.</string>
<string name="retry">Retry</string>
<string name="comments">Comments</string>
<string name="no_comments_yet">No comments yet. Write a comment?</string>