1
0
Fork 0
tt9/app/src/main/res/xml/prefs_screen_language_selection.xml

16 lines
677 B
XML

<?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.github.sspanak.tt9.preferences.screens.languageSelection.PreferenceSearchLanguage
android:key="language_search" />
<PreferenceCategory
android:key="language_list"
android:persistent="false"
android:title="@string/language_selection_title"/>
<io.github.sspanak.tt9.preferences.custom.PreferencePlainText
android:key="language_search_no_result"
android:summary="@string/search_results_void"
app:isPreferenceVisible="false" />
</androidx.preference.PreferenceScreen>