Files
fuzhu/common/src/main/res/xml/environment_preference.xml

13 lines
536 B
XML
Raw Normal View History

2021-09-22 10:02:44 +08:00
<?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>