13 lines
536 B
XML
13 lines
536 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|||
|
|
|
|||
|
|
<ListPreference
|
|||
|
|
android:defaultValue="1"
|
|||
|
|
android:entries="@array/environmentArray"
|
|||
|
|
android:entryValues="@array/environmentValues"
|
|||
|
|
android:icon="@drawable/ic_controls"
|
|||
|
|
android:key="network_environment_type"
|
|||
|
|
android:summary="请您选择您需要使用的网络环境,选择完后会重启APP生效"
|
|||
|
|
android:title="设置网络环境" />
|
|||
|
|
</PreferenceScreen>
|