Add a search view in MainActivity and add a SearchActivity.

This commit is contained in:
Alex Ning
2019-02-22 13:34:24 +08:00
parent 82d97cf732
commit 1293eac5c8
16 changed files with 324 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_label"
android:hint="@string/search_hint"
android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" >
</searchable>