summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/xml/preferences.xml
blob: 3e5954de9f501951e1a2a418dcba7c39b3f00f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
    <EditTextPreference
        android:key="nextcloud_server_url"
        android:title="Nextcloud URL"
        android:defaultValue="https://"/>
    <EditTextPreference
        android:key="nextcloud_username"
        android:title="Nextcloud Username"/>
    <EditTextPreference
        android:key="nextcloud_password"
        android:title="Nextcloud Password"/>
</PreferenceScreen>