mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 05:48:22 +03:00
[u] new parameter proxy type
This commit is contained in:
parent
3082c7c302
commit
93211c7091
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,16 @@
|
|||
android:summary="@string/proxy_enabled_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<ListPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="@string/proxy_type_key"
|
||||
android:title="@string/proxy_type_title"
|
||||
android:summary="@string/proxy_type_summary"
|
||||
android:entries="@array/proxy_type_entries"
|
||||
android:entryValues="@array/proxy_type_values"
|
||||
android:defaultValue="socks"
|
||||
android:dependency="proxy_enabled" />
|
||||
|
||||
<EditTextPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="proxy_address"
|
||||
|
|
Loading…
Add table
Reference in a new issue