atom
This commit is contained in:
12
common/src/main/res/xml/environment_preference.xml
Normal file
12
common/src/main/res/xml/environment_preference.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user