Skip to content

Commit

Permalink
Merge pull request #152 from CzBiX/patch-1
Browse files Browse the repository at this point in the history
Update pref_all.xml
  • Loading branch information
madeye committed Nov 18, 2014
2 parents 66fe67a + 0111bd5 commit 486288a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/res/xml/pref_all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 486288a

Please sign in to comment.