Skip to content
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

Use constraint layout for play queue item #6443

Merged
merged 1 commit into from
Jun 8, 2021

Conversation

Stypox
Copy link
Member

@Stypox Stypox commented Jun 7, 2021

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

This PR uses the contraint layout in play queue item to improve how it looks, in particular on small devices (see screenshots below). The item became a little bit bigger, but that's just because the thumbnail now is really 16:9 (its height was squished, before). I also removed the "selected" indicator that was present to the left of the item a few versions ago (added in b0948cf): its icon did not exist so it was invisible, and anyway I don't think it was any useful, since changing the color of the playing item is already enough to distinguish it from the others.

Before:
image
After:
image

APK testing

On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
I tested both on API 19 and on Android 10 and everything works as expected.

Due diligence

Also remove invalid ic_selected attribute
@TobiGr TobiGr added the GUI Issue is related to the graphical user interface label Jun 8, 2021
@TobiGr TobiGr merged commit 761e01c into TeamNewPipe:dev Jun 8, 2021
This was referenced Jun 26, 2021
@Stypox Stypox deleted the invalid-attr branch August 4, 2022 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issue is related to the graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants