Commit 0111bd54 authored by Liu VRan's avatar Liu VRan

Update pref_all.xml

set input type for port
parent 66fe67ae
......@@ -17,12 +17,14 @@
android:title="@string/proxy">
</com.github.shadowsocks.preferences.SummaryEditTextPreference>
<com.github.shadowsocks.preferences.SummaryEditTextPreference
android:inputType="number"
android:defaultValue="443"
android:key="remotePort"
android:summary="@string/remote_port_summary"
android:title="@string/remote_port">
</com.github.shadowsocks.preferences.SummaryEditTextPreference>
<com.github.shadowsocks.preferences.SummaryEditTextPreference
android:inputType="number"
android:defaultValue="1080"
android:key="port"
android:summary="@string/port_summary"
......
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