基本OK
This commit is contained in:
9
app_dashboard/src/main/res/xml/root_preferences.xml
Normal file
9
app_dashboard/src/main/res/xml/root_preferences.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<PreferenceCategory app:title="网页">
|
||||
<EditTextPreference
|
||||
app:key="k_url"
|
||||
app:title="网页地址"
|
||||
app:defaultValue="http://10.1.58.176:8002"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user