misp-bump/app/src/main/res/xml/pref_main.xml

19 lines
717 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="MISP Server Configuration">
<EditTextPreference
android:defaultValue="https://example.foo"
android:key="server_url"
android:summary="Server URL"
android:title="URL" />
</PreferenceCategory>
<PreferenceCategory android:title="About">
<Preference
android:key="pref_static_field_key"
android:selectable="false"
android:persistent="false"
android:title="Version"
android:summary="0.0"/>
</PreferenceCategory>
</PreferenceScreen>