fixed preferred_player inconsistancy

This commit is contained in:
Christian Schabesberger 2018-02-14 19:33:43 +01:00
parent c980317720
commit 76a9a9ee83
4 changed files with 32 additions and 26 deletions

View file

@ -75,10 +75,10 @@
android:title="@string/settings_category_player_behavior_title">
<ListPreference
android:defaultValue="@string/preferred_player_default"
android:entries="@array/preferred_player_description_list"
android:entryValues="@array/preferred_player_values_list"
android:key="@string/preferred_player_key"
android:defaultValue="@string/preferred_open_action_default"
android:entries="@array/preferred_open_action_description_list"
android:entryValues="@array/preferred_open_action_values_list"
android:key="@string/preferred_open_action_key"
android:summary="%s"
android:title="@string/preferred_player_settings_title"/>