Files
fuzhu/common/src/main/res/xml/environment_preference.xml
2021-09-22 10:02:44 +08:00

13 lines
536 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>