You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<io.legado.app.lib.prefs.PreferenceCategory
|
|
android:title="@string/aloud_config"
|
|
app:allowDividerAbove="false"
|
|
app:allowDividerBelow="false"
|
|
app:iconSpaceReserved="false">
|
|
|
|
<io.legado.app.lib.prefs.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:title="@string/pref_media_button_per_next"
|
|
android:summary="@string/pref_media_button_per_next_summary"
|
|
android:key="mediaButtonPerNext"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.lib.prefs.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:title="@string/read_aloud_by_page"
|
|
android:summary="@string/read_aloud_by_page_summary"
|
|
android:key="readAloudByPage"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.lib.prefs.Preference
|
|
android:title="@string/speak_engine"
|
|
android:summary="TTS"
|
|
android:key="appTtsEngine"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
<io.legado.app.lib.prefs.Preference
|
|
android:title="@string/sys_tts_config"
|
|
android:summary="@string/sys_tts_config_summary"
|
|
android:key="sysTtsConfig"
|
|
app:iconSpaceReserved="false" />
|
|
|
|
</io.legado.app.lib.prefs.PreferenceCategory>
|
|
|
|
</androidx.preference.PreferenceScreen> |