Skip to content

Commit

Permalink
Bugfix: Track list should use available space for track names.
Browse files Browse the repository at this point in the history
Fixes: #1958.
  • Loading branch information
dennisguse committed Sep 7, 2024
1 parent f61b034 commit ac1296e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/res/layout/track_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
<TextView
android:id="@+id/track_list_item_name"
style="?attr/textAppearanceBody1"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:singleLine="true"
app:layout_constraintStart_toEndOf="@id/track_list_item_icon"
app:layout_constraintEnd_toStartOf="@id/track_list_item_date"
app:layout_constraintTop_toTopOf="parent"
tools:text="Main Text" />

Expand Down

0 comments on commit ac1296e

Please sign in to comment.