1
0
Fork 0

added a setting for 0-key double press function

This commit is contained in:
sspanak 2023-01-16 17:39:30 +02:00 committed by Dimo Karaivanov
parent 363f9611f7
commit 88797898d8
13 changed files with 107 additions and 5 deletions

View file

@ -76,6 +76,13 @@
app:summary="@string/pref_auto_text_case_summary"
app:title="@string/pref_auto_text_case" />
<DropDownPreference
app:defaultValue=" "
app:iconSpaceReserved="false"
app:key="pref_double_zero_char"
app:layout="@layout/pref_dropdown"
app:title="@string/pref_double_zero_char" />
</PreferenceCategory>
<PreferenceCategory