Redesigned inconsistent playlist layout to consistent icon-above-label style with better spacing#12458
Closed
arathy066 wants to merge 1 commit intoTeamNewPipe:devfrom
Closed
Redesigned inconsistent playlist layout to consistent icon-above-label style with better spacing#12458arathy066 wants to merge 1 commit intoTeamNewPipe:devfrom
arathy066 wants to merge 1 commit intoTeamNewPipe:devfrom
Conversation
Member
|
Please fill out the PR description properly |
Member
|
Upstream issue was closed. Closing this PR as well. |
Member
|
Yeah and also this should go on the refactor branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Redesigned the previously inconsistent playlist control layout by placing icons above the labels for a more uniform and readable interface. Adjusted vertical spacing, aligned the icon-label sets consistently across all three buttons (Background, Play All, Popup), and refined text color to match the existing UI style.
What is it?
Description of the changes in your PR
This PR redesigns the previously inconsistent playlist control layout by placing icons above the labels for a more uniform and readable interface. It also adjusts vertical spacing and aligns the icon–label sets consistently across all three buttons- Background, Play All, and Popup. Text color is also slightly refined to match the overall UI theme.
This change was made to improve clarity and consistency, especially since the layout differed when viewing a video vs. viewing a channel. The new layout follows a more familiar “icon above label” pattern seen in many other apps, which enhances user experience and visual flow.
Before/After Screenshots/Screen Record
Fixes the following issue(s)
Fixes #12373
-Refers to discussion in Issue #12373, where a user shared layout inconsistencies (specifically, uneven icon spacing and alignment).
Spotted Issue:
-My contribution improves UI consistency by ensuring a uniform layout across views — icons are now consistently positioned above labels, aligning with standard mobile UI patterns.
redesigned version-
Relies on the following changes
APK testing
The debug APK was successfully generated and can be downloaded via the Checks Tab -->CI -->Artifacts -->app Zip
I tested the layout changes in Android Studio and verified the label alignment and spacing visually.
Due diligence