Commit 520edae8 authored by Logan Lopez's avatar Logan Lopez

added number constraints to ports

parent ca36f293
......@@ -60,6 +60,7 @@
android:key="@string/account_port_key"
android:title="@string/account_port"
android:singleLine="true"
android:inputType="number"
android:dependency="@string/account_custom_key"
/>
<EditTextPreference
......@@ -102,6 +103,7 @@
<EditTextPreference
android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true"
/>
<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