1
0
Fork 0

multi-press protection hack

This commit is contained in:
sspanak 2024-02-11 19:51:17 +02:00 committed by Dimo Karaivanov
parent 6b95c6b9d1
commit 81d71abe39
18 changed files with 158 additions and 20 deletions

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
app:layout="@layout/pref_text"
app:orderingFromXml="true">
<Preference
@ -37,5 +36,11 @@
app:layout="@layout/pref_switch"
app:title="@string/pref_hack_fb_messenger"/>
<DropDownPreference
app:iconSpaceReserved="false"
app:key="pref_key_pad_debounce_time"
app:layout="@layout/pref_dropdown"
app:title="@string/pref_hack_key_pad_debounce_time" />
</PreferenceCategory>
</PreferenceScreen>