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.
22 lines
673 B
22 lines
673 B
<?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 |
|
android:key="websearch_baseurl" |
|
android:title="@string/pref_searchurl" |
|
android:summary="@string/pref_searchurl_info" |
|
android:inputType="textUri" /> |
|
|
|
<EditTextPreference |
|
android:key="websearch_cookies" |
|
android:title="@string/pref_cookies" |
|
android:summary="@string/pref_cookies_info" |
|
android:inputType="textUri" /> |
|
|
|
</PreferenceScreen> |