2015-10-21 13:27:22 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-03-07 17:48:43 -05:00
|
|
|
<android.support.v7.preference.PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-10-21 13:27:22 -04:00
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_hide_status_bar"
|
2015-11-18 15:54:33 -05:00
|
|
|
android:key="@string/pref_hide_status_bar_key"
|
2015-10-29 08:46:10 -04:00
|
|
|
android:defaultValue="true" />
|
2015-10-21 13:27:22 -04:00
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_enable_transitions"
|
2015-11-20 20:27:34 -05:00
|
|
|
android:key="@string/pref_enable_transitions_key"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_show_page_number"
|
2015-11-20 20:27:34 -05:00
|
|
|
android:key="@string/pref_show_page_number_key"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_custom_brightness"
|
2016-02-02 18:32:16 -05:00
|
|
|
android:key="@string/pref_custom_brightness_key"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_keep_screen_on"
|
2016-02-15 15:25:01 -05:00
|
|
|
android:key="@string/pref_keep_screen_on_key"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
<SwitchPreferenceCompat android:title="@string/pref_seamless_mode"
|
2016-02-03 16:55:56 -05:00
|
|
|
android:key="@string/pref_seamless_mode_key"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
2016-01-16 12:10:05 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
|
|
|
android:title="@string/pref_viewer_type"
|
2015-10-25 20:55:36 -04:00
|
|
|
android:key="@string/pref_default_viewer_key"
|
2015-10-24 16:47:34 -04:00
|
|
|
android:entries="@array/viewers"
|
|
|
|
android:entryValues="@array/viewers_values"
|
2015-12-15 07:34:14 -05:00
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2016-01-26 19:48:40 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
|
|
|
android:title="@string/pref_image_scale_type"
|
|
|
|
android:key="@string/pref_image_scale_type_key"
|
|
|
|
android:entries="@array/image_scale_type"
|
|
|
|
android:entryValues="@array/image_scale_type_values"
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2016-02-04 11:16:47 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
|
|
|
android:title="@string/pref_zoom_start"
|
|
|
|
android:key="@string/pref_zoom_start_key"
|
|
|
|
android:entries="@array/zoom_start"
|
|
|
|
android:entryValues="@array/zoom_start_values"
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2016-02-12 15:22:54 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
|
|
|
android:title="@string/pref_rotation_type"
|
|
|
|
android:key="@string/pref_rotation_type_key"
|
|
|
|
android:entries="@array/rotation_type"
|
|
|
|
android:entryValues="@array/rotation_type_values"
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:summary="%s"/>
|
|
|
|
|
2016-01-15 09:18:19 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
2015-12-15 07:34:14 -05:00
|
|
|
android:title="@string/pref_reader_theme"
|
|
|
|
android:key="@string/pref_reader_theme_key"
|
|
|
|
android:entries="@array/reader_themes"
|
|
|
|
android:entryValues="@array/reader_themes_values"
|
|
|
|
android:defaultValue="0"
|
|
|
|
android:summary="%s"/>
|
2015-10-24 16:47:34 -04:00
|
|
|
|
2016-01-15 09:18:19 -05:00
|
|
|
<eu.kanade.tachiyomi.widget.preference.IntListPreference
|
2016-01-08 14:16:17 -05:00
|
|
|
android:title="@string/pref_image_decoder"
|
|
|
|
android:key="@string/pref_image_decoder_key"
|
|
|
|
android:entries="@array/image_decoders"
|
|
|
|
android:entryValues="@array/image_decoders_values"
|
|
|
|
android:defaultValue="0"
|
|
|
|
android:summary="%s" />
|
|
|
|
|
2016-03-07 17:48:43 -05:00
|
|
|
</android.support.v7.preference.PreferenceScreen>
|