-
Notifications
You must be signed in to change notification settings - Fork 319
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 Feedback FAB margins #878
Conversation
Can we add a layout with lower res qualifier to address this. Dropping the margins to |
6d7573c
to
7326804
Compare
Added BTW we should revisit all hardcoded "dimens" values and 👀 if we want to support any other configurations (screen densities, sizes, etc.). |
7326804
to
abd2c83
Compare
@@ -0,0 +1,5 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources> | |||
<dimen name="fab_margin_bottom">8dp</dimen> |
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.
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.
Nah, that's not necessary 👀 fab_margin_bottom
which doesn't affect the distance between sound and feedback buttons (it's the same exact value as it was).
abd2c83
to
5134763
Compare
Added
And also adjust @danesfeder could you confirm that #878 (comment) is working as expected now? |
…, xxhdpi and xxxhdpi values support
5134763
to
ed4f97f
Compare
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.
Confirmed, this is working correctly now. Thanks @Guardiola31337
@danesfeder should this now be available in the |
@Danny-James yes 👍 |
@danesfeder Great Stuff, I've tested this and it's working. |
@Danny-James Great to hear, thanks for the update. |
Fixes Navigation UI: Feedback Button #859
Fixes Feedback FAB margins (matching Sound FAB ones)
Noting that this only happened in devices with low resolution (e.g. Motorola TC55) so friendly reminder here that we should test on those devices as well.
In any case, the distance between sound and feedback buttons is not optimal for that resolution ☝️ (too long IMO), should we consider adding layout support for lower resolutions?
cc @devotaaabel @danesfeder