kopia lustrzana https://github.com/ge0rg/aprsdroid
Add forgotten TNC2 config XML
rodzic
8bf882ccb0
commit
206d3e5e2c
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<PreferenceCategory
|
||||
android:title="@string/p_conn_tnc2"/>
|
||||
|
||||
<de.duenndns.ListPreferenceWithValue
|
||||
android:key="link"
|
||||
android:title="@string/p_link"
|
||||
android:entries="@array/p_link_e"
|
||||
android:entryValues="@array/p_link_ev"
|
||||
android:defaultValue="bluetooth"
|
||||
android:dialogTitle="@string/p_link_entry" />
|
||||
</PreferenceScreen>
|
||||
|
||||
Ładowanie…
Reference in New Issue