aprsdroid/res/xml/backend_bluetooth.xml

62 wiersze
2.1 KiB
XML
Czysty Zwykły widok Historia

2011-01-26 02:35:38 +00:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
2011-09-13 18:23:43 +00:00
android:title="@string/p_conn_bt">
2011-01-26 02:35:38 +00:00
2011-04-23 22:18:15 +00:00
<CheckBoxPreference
android:key="bt.client"
2011-09-13 18:23:43 +00:00
android:title="@string/p_bt_client"
2011-04-23 22:18:15 +00:00
android:defaultValue="true"
2011-09-13 18:23:43 +00:00
android:summary="@string/p_bt_client_summary" />
2011-01-26 02:35:38 +00:00
<de.duenndns.BluetoothDevicePreference
android:key="bt.mac"
2011-06-29 21:28:19 +00:00
android:dependency="bt.client"
2011-09-13 18:23:43 +00:00
android:title="@string/p_bt_tnc_device"
android:summary="@string/p_bt_tnc_device_summary"
android:dialogTitle="@string/p_bt_tnc_device_entry" />
2011-11-12 22:50:55 +00:00
<de.duenndns.EditTextPreferenceWithValue
2011-01-26 02:35:38 +00:00
android:key="bt.channel"
2011-06-29 21:28:19 +00:00
android:dependency="bt.client"
2011-01-26 02:35:38 +00:00
android:inputType="number"
2011-09-13 18:23:43 +00:00
android:title="@string/p_bt_channel"
android:summary="@string/p_bt_channel_summary"
android:dialogTitle="@string/p_bt_channel_entry" />
2012-01-07 13:41:33 +00:00
<de.duenndns.EditTextPreferenceWithValue
android:key="bt.init"
android:defaultValue=""
android:singleLine="false"
android:title="@string/p_bt_tnc_init"
android:summary="@string/p_bt_tnc_init_summary"
android:dialogTitle="@string/p_bt_tnc_init" />
2012-01-07 18:24:14 +00:00
<de.duenndns.EditTextPreferenceWithValue
android:key="bt.delay"
android:inputType="number"
android:hint="300"
android:defaultValue="300"
android:title="@string/p_bt_tnc_delay"
android:summary="@string/p_bt_tnc_delay_summary"
android:dialogTitle="@string/p_bt_tnc_delay_entry" />
2011-09-13 18:23:43 +00:00
<Preference
android:title="@string/p_bt_prefs"
android:summary="@string/p_bt_prefs_summary" >
<intent android:action="android.intent.action.MAIN"
android:targetPackage="com.android.settings"
android:targetClass="com.android.settings.bluetooth.BluetoothSettings" />
</Preference>
2011-01-26 02:35:38 +00:00
2011-11-12 22:50:55 +00:00
<de.duenndns.EditTextPreferenceWithValue
2011-07-20 23:04:06 +00:00
android:key="digi_path"
android:hint="hop1,hop2,.."
android:defaultValue="WIDE1-1"
android:title="@string/p_aprs_path"
android:summary="@string/p_aprs_path_summary"
android:dialogTitle="@string/p_aprs_path_entry" />
</PreferenceCategory>
2011-01-26 02:35:38 +00:00
</PreferenceScreen>