11 lines
554 B
XML
11 lines
554 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:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/detail_properties"
|
|
style="@style/Widget.Auxio.RecyclerView.Linear"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:paddingStart="@dimen/spacing_small"
|
|
android:paddingEnd="@dimen/spacing_small"
|
|
tools:listitem="@layout/item_song_property" />
|