Speech-to-text/app/src/main/res/xml/preference.xml

8 lines
351 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="pref_serverURL"
android:title="@string/server_url"
android:dialogTitle="@string/server_url"
android:defaultValue="@string/pref_localhostserver"/>
</PreferenceScreen>