-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove padding from the end of the mini-player #8743
Remove padding from the end of the mini-player #8743
Conversation
Hey, @mhmdanas, |
@shivambeohar I edited the description to make it more readable, please take a look at my changes Also see my comment in #8615 (comment) |
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 is not the proper way to do it: tapping on R.id.overlay_buttons_layout
should not close the player. What I propose is to remove all padding from the overlay_buttons_layout
(you can remove the lines) and change widths, heights and paddings of the overlay_play_pause_button
and overlay_close_button
in order to get the same layout as the current one, but with more clickable space for those buttons.
e893438
to
74a1e32
Compare
74a1e32
to
2bf58ab
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.
I pushed a commit that correctly considers the space to the right of the close button as part of the close button. I also added a content description to the buttons, and made sure the large-land
layout is up-to-date with the non-large-land
one. I tested on emulators, real phone and real tablet and it works.
Kudos, SonarCloud Quality Gate passed! |
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence