fix: The layout should be more in line with the playlist entries

This commit is contained in:
SinTan1729 2025-09-26 22:51:52 -05:00
parent 2acf11023a
commit a22883fdde
No known key found for this signature in database
GPG key ID: 0538DD402EA50898

View file

@ -28,6 +28,7 @@
android:id="@+id/playlist_chooser_dialog_skip_duplicates"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="20dp"
android:text="@string/playlist_chooser_dialog_skip_duplicates"
android:checked="true" />
</LinearLayout>