ABC auto-accept time out is now adjustable
This commit is contained in:
parent
b0f15168f6
commit
a09e6f65e7
23 changed files with 173 additions and 91 deletions
|
|
@ -51,11 +51,10 @@
|
|||
app:layout="@layout/pref_category"
|
||||
app:singleLineTitle="true">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
app:defaultValue="true"
|
||||
app:key="abc_auto_accept"
|
||||
app:layout="@layout/pref_switch"
|
||||
app:summary="@string/pref_abc_auto_accept_summary"
|
||||
<DropDownPreference
|
||||
app:defaultValue="800"
|
||||
app:key="pref_abc_auto_accept_time"
|
||||
app:layout="@layout/pref_dropdown"
|
||||
app:title="@string/pref_abc_auto_accept" />
|
||||
</PreferenceCategory>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue