mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-03 19:01:39 +00:00
feat: Support skipping duplicates
This commit is contained in:
parent
1223062388
commit
e1d63a9eef
4 changed files with 32 additions and 6 deletions
|
|
@ -19,7 +19,15 @@
|
|||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/playlist_dialog_recycler_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginTop="8dp"
|
||||
android:clipToPadding="false" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/playlist_chooser_dialog_skip_duplicates"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/playlist_chooser_dialog_skip_duplicates"
|
||||
android:checked="true" />
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue