-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix #2915 Refractor feature Review #2916
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 #2915 Refractor feature Review #2916
Conversation
* Refractor ReviewActivity and ReviewImageFragment and the related layout files, to properly use the scrollview * Use ButterKnife for ViewBindings in ReviewImageFragment * updated resource id names to follow underscore notation in xml * Use menu item instead of ImageView over toolbar in ReviewActivity * use tools:replace instead of android:text for dummy texts
Codecov Report
@@ Coverage Diff @@
## master #2916 +/- ##
=========================================
+ Coverage 3.62% 3.64% +0.01%
=========================================
Files 246 244 -2
Lines 12209 12190 -19
Branches 1077 1078 +1
=========================================
+ Hits 443 444 +1
+ Misses 11732 11712 -20
Partials 34 34
Continue to review full report at Codecov.
|
|
Hi @ashishkumar468 , this PR absolutely improves the code quality. Thanks for polishing the code. My only critique is for UI, to compare before and after: I think before look is better ie bigger buttons. |
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.
I approve the code quality, but I have added some comments in terms of UI.
|
We discussed with @ashishkumar468 in private: Here is what we conclude: Bigger text sizes are better in terms of UI but we want to keep it single line too. Forcing to single line is not an option since button names would be unclear in such case. Cleanest option (without implementing hacky codes) is leaving the implementation as @ashishkumar468 does now, then reconsidering button names, as already suggested in #2873 Additionally, @ashishkumar468 can you please fix all capital strings for button names, and capitalize them programatically, ie: |
…s and no button in ReviewFragment
|
@neslihanturan Thanks for pointing it out NES, have made the relevant changes . |
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 @ashishkumar468 will merge after tests passed
|
Thanks for merging the PR @neslihanturan. |


Description (required)
Fixes #2915 Refractor feature Review
What changes did you make and why?
As mentioned in the issue thread, made the following changes
Tests performed (required)
Tested betaDebug on Samsung S7 with API level 26
.
Screenshots showing what changed (optional - for UI changes)

