-
Notifications
You must be signed in to change notification settings - Fork 814
feat: Improve UI of FAQs #1451
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
feat: Improve UI of FAQs #1451
Conversation
| } | ||
|
|
||
| @Override | ||
|
|
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.
Why is this annotation removed? Please add it back.
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:layout_width="match_parent" | ||
| android:layout_height="wrap_content" | ||
| android:background="#fafafa" |
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.
Use resources for colors and strings without hardcoding them
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.
@CloudyPadmal I've made the changes as per requested.
|
Please update the branch you are working on. It seems to have lot of changes from the main repo. |
|
@CloudyPadmal, I've updated my working branch as per requested. |
| else return value; | ||
| } | ||
| } | ||
| } |
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.
Hi! Please do not make any modifications to files other than the ones addressed in the issue. Please revert this new line deletion entry.
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.
@CloudyPadmal I apologize, it might have happened while I was resolving the merge conflicts. Also could you please tell me what to do as the curly brace was on line 136 and is still on line 136 and the code is reformatted, so what should I do ??
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.
This change relates to a deletion of a new line.
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.
@CloudyPadmal I've reverted the changes, however, I tried but I was not able to squash the
commits into a single commit.
e829913 to
b945660
Compare
* feat: Add checkable behavior to menu items under other category in the navigation drawer * feat: Add back button in the toolbar * feat: Improve UI of FAQs * feat: Improve UI of FAQs
Fixes #1449
Changes: [Add here what changes were made in this issue and if possible provide links.]
Screenshot/s for the changes:
Checklist:
strings.xml,dimens.xmlandcolors.xmlwithout hard-coding themstrings.xml,dimens.xmlorcolors.xmlAPK for testing:
faq.zip