2018-01-27 12:27:55 +01:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="mark_on_scroll"
|
2018-04-07 10:40:27 +02:00
|
|
|
android:summaryOff="@string/pref_switch_actions_pager_scroll_off"
|
|
|
|
android:summaryOn="@string/pref_switch_actions_pager_scroll_on"
|
2018-01-27 12:27:55 +01:00
|
|
|
android:title="@string/pref_switch_actions_pager_scroll" />
|
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue="14"
|
|
|
|
android:inputType="number"
|
|
|
|
android:key="reader_font_size"
|
|
|
|
android:selectAllOnFocus="true"
|
|
|
|
android:singleLine="true"
|
|
|
|
android:title="@string/pref_content_reader_font_size" />
|
|
|
|
</PreferenceScreen>
|