-
-
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
Player overlays now centered #4360
Conversation
…image view from playQueue visible
Confirmed! Thanks a lot! So instead of those 3 blocks of code you made a |
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.
The code looks good to me, thank you :-D
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.
Thank you @avently. You are an absolute machine!
You approved these changes after merging as well? You reeeeeally like the code, it seems. :P |
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
Reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit in v0.20.0 made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com> Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com>
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
What is it?
Description of the changes in your PR
Overlays were off-centered before this PR. By overlays I mean volume slider, brightness slider, loading icon, etc. Now it's fixed.
Also excluded play/prev/next buttons from swipe interception so now it's not possible to drag them up/down with expectation to drag the whole player.
If you'll find any issue, please, fix it yourself or just drop the PR because waiting of the fix from my side will take months. Thank you for understanding.
P.s. so many changes in player.xml in diff view but actually it's just the overlays were included into top level relativelayout to be able to position them via one assigment of paddings. For review it's easier to open previous player.xml and new player.xml side-by-side.
Fixes the following issue(s)
#4332 (comment)
Testing apk
overlays.zip
Agreement