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

added number constraints to ports

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