-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Reduce Overdraw on About activity #4222
base: release/4.0
Are you sure you want to change the base?
Conversation
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.
@hammadrfq3 thanks for contributing to amaze! your PR looks great; but, there are some minor things to be addressed before this is ready for merging. please take a look at the review comments.
app/src/main/java/com/amaze/filemanager/adapters/LanguageAdapter.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/amaze/filemanager/models/LanguageModel.java
Outdated
Show resolved
Hide resolved
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.
awesome! looks good to me. :)
Thanks |
Description
Overdraw issue has been fixed by using constraintLayout instead of Nested Relative and LinearLayouts and also added recyclerview for translation section.
Issue tracker
Fixes #3109
Manual tests