
Unwind ChoiceViewHolder into specific impls. Was not re-usable enough w/playlists in order to be reasonable.
9 lines
500 B
XML
9 lines
500 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.oxycblt.auxio.list.recycler.DialogRecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/choice_recycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
|
|
tools:listitem="@layout/item_picker_choice" />
|