Skip to content
Snippets Groups Projects
Commit 08d26064 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Fix audio items layout

parent 673137a4
No related merge requests found
......@@ -51,7 +51,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
vlc:layout_constraintVertical_chainStyle="packed"
vlc:layout_constraintTop_toTopOf="@+id/media_cover"
vlc:layout_constraintTop_toTopOf="parent"
vlc:layout_constraintStart_toEndOf="@+id/media_cover"
vlc:layout_constraintEnd_toStartOf="@+id/item_more"
android:layout_marginStart="@dimen/half_default_margin"
......@@ -72,7 +72,7 @@
android:layout_height="wrap_content"
vlc:layout_constraintTop_toBottomOf="@+id/title"
vlc:layout_constraintStart_toStartOf="@+id/title"
vlc:layout_constraintBottom_toBottomOf="@+id/media_cover"
vlc:layout_constraintBottom_toBottomOf="parent"
android:singleLine="true"
android:ellipsize="middle"
android:text="@{item.description}"
......
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