mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 21:31:15 +00:00
13 lines
322 B
XML
13 lines
322 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<Preference
|
||
|
android:key="report_issue"
|
||
|
android:title="@string/report_issue_title" />
|
||
|
|
||
|
<Preference
|
||
|
android:title="@string/syncthing_version_title"
|
||
|
android:enabled="false" />
|
||
|
|
||
|
</PreferenceScreen>
|