added Android 13 support
This commit is contained in:
parent
ee63ca384e
commit
7e41800eac
20 changed files with 160 additions and 16 deletions
|
|
@ -6,6 +6,13 @@
|
|||
app:layout="@layout/pref_text"
|
||||
app:title="@string/pref_choose_languages" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:isPreferenceVisible="false"
|
||||
app:key="dictionary_notifications"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:title="@string/dictionary_no_notifications"
|
||||
app:summary="@string/dictionary_no_notifications_summary"/>
|
||||
|
||||
<Preference
|
||||
app:key="dictionary_load"
|
||||
app:layout="@layout/pref_text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue