Files
RiskAhead-Android/app/src/main/res/xml/searchable.xml
Dennis Thiessen b79b5d7f3f Changed Rest-Calls to new API,
Many bugfixes and some improvements (especially on the map),
Some minor design changes,
Removed MainActivity from Menu
2017-05-28 00:02:10 +02:00

10 lines
493 B
XML

<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/search_hint"
android:searchSettingsDescription="@string/search_settings"
android:searchSuggestAuthority="org.deke.risk.riskahead.helper.PlaceProvider"
android:searchSuggestIntentAction="android.intent.action.VIEW"
android:searchSuggestSelection=" ?"
android:searchSuggestThreshold="2" >
</searchable>