-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #3384: Arranged Help Activity string resources #3404
Fix #3384: Arranged Help Activity string resources #3404
Conversation
@anandwana001 sir, please review it again. I've resolved the conversaton |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
nit suggestion for future PR, the conversation must be resolved only by the PR reviewer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheSwarnim PTAL
app/src/main/res/values/strings.xml
Outdated
@@ -449,4 +446,9 @@ | |||
<string name="correct_submitted_answer_with_append">Correct submitted answer: %s</string> | |||
<string name="incorrect_submitted_answer">Incorrect submitted answer</string> | |||
<string name="incorrect_submitted_answer_with_append">Incorrect submitted answer: %s</string> | |||
|
|||
<!-- Help Activity--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
- There should be space at the start.
- And there should be 1 space before and after text.
<!-- Help Activity -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks sir, I've done some changes in file, please review it again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TheSwarnim It does not match with the above comment. Can you please take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, update your branch by merging with latest develop.
@TheSwarnim any update on this? |
@anandwana001 I looked into help_activity.xml files no instances of string resources are being used in those files could you verify me if I am wrong. |
@rishidyno The issue here is to arrange the resources which are used in the Help Screen (HelpActivity.kt, it's other related file) in Closing this PR and assigning to you @rishidyno |
Explanation
Fixes #3384
In this PR, I've arranged HelpAcctivity string resources in the strings.xml file. I've also arranged FAQ string resources in a subheading of HelpActivity.
Checklist