mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 05:11:15 +00:00
Felix Ableitner
87daf00867
This uses intents, not a built-in scanner, so a seperate app is required (eg "Barcode Scanner").
18 lines
No EOL
474 B
XML
18 lines
No EOL
474 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="node_id"
|
|
android:title="@string/node_id"
|
|
android:widgetLayout="@layout/scan_qr_code_widget" />
|
|
|
|
<EditTextPreference
|
|
android:key="name"
|
|
android:title="@string/name" />
|
|
|
|
<EditTextPreference
|
|
android:key="addresses"
|
|
android:title="@string/addresses" />
|
|
|
|
</PreferenceScreen> |