mirror of
https://github.com/sismics/docs.git
synced 2026-02-04 11:27:29 +00:00
Android: Searching
This commit is contained in:
7
docs-android/app/src/main/res/xml/searchable.xml
Normal file
7
docs-android/app/src/main/res/xml/searchable.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?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/action_search"
|
||||
android:searchSuggestAuthority="com.sismics.docs.provider.RecentSuggestionsProvider"
|
||||
android:searchSuggestSelection=" ?">
|
||||
</searchable>
|
||||
Reference in New Issue
Block a user