1
0
Fork 0

Preferences cleanup

* DictionariesScreen -> LanguagesScreen

  * reorganized the Preference Items

  * removed unnecessary public access

  * Load Dictionary -> Load Selected
This commit is contained in:
sspanak 2024-03-06 10:12:45 +02:00 committed by Dimo Karaivanov
parent 29b2ac2cb6
commit 5a43fba3d5
38 changed files with 100 additions and 97 deletions

View file

@ -21,8 +21,8 @@
app:title="@string/pref_category_appearance" />
<Preference
app:fragment="io.github.sspanak.tt9.preferences.DictionariesScreen"
app:key="screen_dictionaries"
app:fragment="io.github.sspanak.tt9.preferences.LanguagesScreen"
app:key="screen_languages"
app:layout="@layout/pref_text"
app:title="@string/pref_choose_languages" />