You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
498 B
16 lines
498 B
12 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
||
|
|
||
|
<EditTextPreference
|
||
|
android:key="websearch_name"
|
||
|
android:title="@string/pref_name"
|
||
|
android:summary="@string/pref_name_optional"
|
||
|
android:inputType="textNoSuggestions" />
|
||
|
|
||
|
<EditTextPreference
|
||
12 years ago
|
android:key="websearch_baseurl"
|
||
12 years ago
|
android:title="@string/pref_searchurl"
|
||
|
android:summary="@string/pref_searchurl_info"
|
||
|
android:inputType="textUri" />
|
||
|
|
||
|
</PreferenceScreen>
|