Commit 53181c07 authored by Robert Bost's avatar Robert Bost

Use numeric keyboard for Priority field.

parent 3d159964
......@@ -38,6 +38,9 @@
android:key="@string/account_priority_key"
android:title="@string/account_priority"
android:singleLine="true"
android:numeric="signed"
android:inputType="numberSigned|phone"
android:digits="1234567890-"
/>
<ListPreference
android:title="@string/account_proxy_type"
......
......@@ -80,6 +80,9 @@
android:key="@string/account_priority_key"
android:title="@string/account_priority"
android:singleLine="true"
android:numeric="signed"
android:inputType="numberSigned|phone"
android:digits="1234567890-"
/>
<CheckBoxPreference
android:title="@string/account_sasl"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment