15 lines
687 B
XML
15 lines
687 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<code.name.monkey.retromusic.preferences.MaterialListPreference
|
|
android:defaultValue="0"
|
|
android:entries="@array/pref_grid_style_list_titles"
|
|
android:entryValues="@array/pref_grid_style_list_values"
|
|
android:key="album_grid_style"
|
|
android:negativeButtonText="@null"
|
|
android:positiveButtonText="@null"
|
|
android:title="@string/pref_title_album_grid_style"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</androidx.preference.PreferenceScreen> |