-
-
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
Simple playback-speed-controls improvements #7363
Simple playback-speed-controls improvements #7363
Conversation
* Removed dependency to @dimen/video_item_search_padding as it's unrelated * Made the margins/paddings a bit smaller * Put the checkboxes inside a layout * Removed some useless attributes (maxLine)
to also save some margin/padding/etc
if both check boxes where put at the same raw... to eliminate scrolling... which is the point of all the PRs |
This does not work on some languages like e.g. German (where the "Unhook"-text is relatively large) or on small devices. |
A personal opinion on this: I would remove the "Playback Speed Controls" title rather than constrict it at the top, which doesn't look too good. |
I like this idea. Update: Applied and committed (see issue-description for updated demo image) |
So has the need for scrolling been removed completely after removing the title? |
Yes. On "normal" devices like a Pixel 3a (5 inch display). However small ones like a Nexus S (from 2011; Android 2.3.x with 4 inch display) will always have this kind of problem. It's "unfixable" there. |
i think it's a good enough now |
Alright. Seems like this is the best we can achieve here. 👍 |
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.
lgtm
bad bad, i dont agree :( especially bad when getting the elder people onboard with "smartphones" and stuff but ohkayyy.... |
What is it?
Description of the changes in your PR
dialog_playback_parameter.xml
"Why another PR for this issue?" → #4913 (comment)
Probably supersedes
In case we also want to change the order of the checkboxes...
No new layout is required, simply implement this:
Before/After Screenshots/Screen Record
Before:
After:
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