added an input handling mode debug option
This commit is contained in:
parent
282a9ae8ed
commit
c0c95dedb9
5 changed files with 71 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue