1
0
Fork 0

added an input handling mode debug option

This commit is contained in:
sspanak 2024-03-12 14:55:38 +02:00 committed by Dimo Karaivanov
parent 282a9ae8ed
commit c0c95dedb9
5 changed files with 71 additions and 5 deletions

View file

@ -7,6 +7,12 @@
app:layout="@layout/pref_text"
app:title="@string/pref_category_usage_stats" />
<DropDownPreference
app:iconSpaceReserved="false"
app:key="pref_input_handling_mode"
app:layout="@layout/pref_dropdown"
app:title="Keypad Handling Mode" />
<DropDownPreference
app:iconSpaceReserved="false"
app:key="pref_log_level"