feat: improve audio track sorting, add prefer_descriptive_audio option
This commit is contained in:
parent
4f15c6f49d
commit
7160c694c1
4 changed files with 39 additions and 25 deletions
|
|
@ -114,6 +114,14 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="@string/prefer_descriptive_audio_key"
|
||||
android:summary="@string/prefer_descriptive_audio_summary"
|
||||
android:title="@string/prefer_descriptive_audio_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<Preference
|
||||
android:key="@string/import_data"
|
||||
android:summary="@string/import_data_summary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue