mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 05:11:15 +00:00
30 lines
No EOL
737 B
XML
30 lines
No EOL
737 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:persistent="false" >
|
|
|
|
<EditTextPreference
|
|
android:key="repo_id"
|
|
android:title="@string/repo_id" />
|
|
|
|
<Preference
|
|
android:key="directory"
|
|
android:title="@string/directory" />
|
|
|
|
<CheckBoxPreference
|
|
android:key="repo_master"
|
|
android:title="@string/repo_master" />
|
|
|
|
<PreferenceScreen
|
|
android:key="nodes"
|
|
android:title="@string/nodes" />
|
|
|
|
<CheckBoxPreference
|
|
android:key="versioning"
|
|
android:title="@string/file_versioning" />
|
|
|
|
<EditTextPreference
|
|
android:key="versioning_keep"
|
|
android:title="@string/keep_versions"
|
|
android:inputType="numberDecimal" />
|
|
|
|
</PreferenceScreen> |