-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixed Padding for FAB in nearby #2779 #2780
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2780 +/- ##
=======================================
+ Coverage 2.83% 3.83% +1%
=======================================
Files 268 267 -1
Lines 12774 12529 -245
Branches 1129 1083 -46
=======================================
+ Hits 362 481 +119
+ Misses 12387 12015 -372
- Partials 25 33 +8
Continue to review full report at Codecov.
|
Can you please add some other screenshots with other screen sizes too, by using an emulator? Ie. tablet screen. |
@neslihanturan |
@neslihanturan I was able to fix the tablet app crash issue #2766 , I will open another PR for it |
The gallery icon seems to be further from the + icon now. Can this be like previously, as it looks unbalanced now. Otherwise this PR seems good. |
@domdomegg That is because of extra FAB (android:id="@+id/fab_commons_page") in nearby, I don't know if it is even in use or not. |
It doesn't seem to be used anywhere - probably worth removing or changing the padding settings as formatting looks weird with the extra gap there. |
|
|
@domdomegg Done :) Side by Side Comparison (the new padding is similar to one present in Contributions Fragment) |
@neslihanturan @domdomegg please review the new changes :) |
Worked fine for me, thanks @madhurgupta10 |
Description
Fixed Padding for Upload FAB in nearby
Fixes #2779 Upload FAB Missing Padding in Nearby
Tests performed
Tested betaDebug on Xiaomi Mi A1 with API level 28.
Screenshots showing what changed
Before

After
