Preferences cleanup
* DictionariesScreen -> LanguagesScreen * reorganized the Preference Items * removed unnecessary public access * Load Dictionary -> Load Selected
This commit is contained in:
parent
29b2ac2cb6
commit
5a43fba3d5
38 changed files with 100 additions and 97 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue