You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.9 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android">
android:key="pref_default_pane"
android:title="@string/pref_default_pane_title"
android:dialogTitle="@string/pref_default_pane_title"
android:defaultValue="FEsubscriptions"
android:entries="@array/panes_entries"
android:entryValues="@array/panes_values" />
android:key="pref_playlist"
android:title="@string/pref_playlist_title"
android:enabled="false" />
android:key="pref_subscription"
android:title="@string/pref_subscription_title"
android:enabled="false" />
android:key="pref_maximum_stream_quality"
android:title="@string/pref_maximum_stream_quality_title"
android:defaultValue="-2"
android:entries="@array/quality_entries"
android:entryValues="@array/quality_values" />
android:defaultValue="false"
android:key="pref_autoloop"
android:title="@string/pref_autoloop_title"
android:summary="@string/pref_autoloop_summary" />
android:defaultValue="false"
android:key="pref_override_device_support"
android:title="@string/pref_override_device_support_title"
android:summary="@string/pref_override_device_support_summary" />
android:defaultValue="false"
android:key="pref_disable_update_screen"
android:title="@string/pref_disable_update_screen_title"
android:summary="@string/pref_disable_update_screen_summary" />
android:defaultValue="true"
android:key="pref_show_app_icon"
android:title="@string/pref_show_app_icon_title" />