|
|
|
@ -28,6 +28,12 @@
|
|
|
|
android:summary="@string/webtoon_zoom_summary"
|
|
|
|
android:summary="@string/webtoon_zoom_summary"
|
|
|
|
android:title="@string/webtoon_zoom" />
|
|
|
|
android:title="@string/webtoon_zoom" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
|
|
|
|
android:defaultValue="false"
|
|
|
|
|
|
|
|
android:key="reader_zoom_buttons"
|
|
|
|
|
|
|
|
android:summary="@string/reader_zoom_buttons_summary"
|
|
|
|
|
|
|
|
android:title="@string/reader_zoom_buttons" />
|
|
|
|
|
|
|
|
|
|
|
|
<MultiSelectListPreference
|
|
|
|
<MultiSelectListPreference
|
|
|
|
android:defaultValue="@array/values_reader_switchers_default"
|
|
|
|
android:defaultValue="@array/values_reader_switchers_default"
|
|
|
|
android:entries="@array/reader_switchers"
|
|
|
|
android:entries="@array/reader_switchers"
|
|
|
|
@ -48,12 +54,6 @@
|
|
|
|
android:title="@string/pages_animation"
|
|
|
|
android:title="@string/pages_animation"
|
|
|
|
app:useSimpleSummaryProvider="true" />
|
|
|
|
app:useSimpleSummaryProvider="true" />
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
|
|
|
|
android:defaultValue="false"
|
|
|
|
|
|
|
|
android:key="reader_zoom_buttons"
|
|
|
|
|
|
|
|
android:summary="@string/reader_zoom_buttons_summary"
|
|
|
|
|
|
|
|
android:title="@string/reader_zoom_buttons" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
<SwitchPreferenceCompat
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="reader_bar"
|
|
|
|
android:key="reader_bar"
|
|
|
|
|