Skip to content
Snippets Groups Projects
Commit 629ae05b authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix audio player progressbar shrinking in landscape

(cherry picked from commit 4ae01d26)
parent 027504ab
No related branches found
No related tags found
1 merge request!226Backport for 3.2
......@@ -241,7 +241,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/player_options_stub"
app:layout_constraintEnd_toStartOf="@+id/songs_list"
android:layout_marginBottom="8dp"
android:focusable="true"
android:maxHeight="1dip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment