Tap the error view to retry loading comments in ViewPostDetailActivity. Minor UI tweaks.

This commit is contained in:
Alex Ning
2019-08-26 15:55:18 +08:00
parent 5e144c6de9
commit 1da0e08552
13 changed files with 49 additions and 13 deletions

View File

@@ -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>

View File

@@ -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>