Commit 75e10847 authored by Logan Lopez's avatar Logan Lopez

only numbers in port

parent 520edae8
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
<EditTextPreference <EditTextPreference
android:key="@string/account_proxy_port_key" android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port" android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true" android:singleLine="true"
/> />
<EditTextPreference <EditTextPreference
......
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