-
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
improve music player design #3182
Conversation
31debf9
to
91d862a
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.
Some questions here @theScrabi.
BTW, do not forget to add the changelog item as described here
owncloudApp/src/main/res/layout-land/preview_audio_fragment.xml
Outdated
Show resolved
Hide resolved
f661577
to
fb4a52b
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.
Some questions more @theScrabi
android:src="@drawable/logo" /> | ||
android:scaleType="centerCrop" | ||
android:src="@drawable/ic_place_holder_music_cover_art" | ||
app:layout_constraintBottom_toBottomOf="parent" /> |
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 parent is not a Constraint layout, we don't need this constraint here, am I right?
e67a86b
to
0658993
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.
Approved on my side, Ready to QA @jesmrec
Checked with Android 7 & Android 11, new background image correctly displayed in both and both orientations. Not much to test here Approved |
remove relative layout
use primary color as coverart background
76bac07
to
8e5306c
Compare
issue: #3121