Commit 486288a5 authored by Max Lv's avatar Max Lv

Merge pull request #152 from CzBiX/patch-1

Update pref_all.xml
parents 66fe67ae 0111bd54
......@@ -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