Adds a prototype search page. The previous search bar is not yet removed.
This commit is contained in:
parent
fcdb507ef0
commit
289e2fbbe1
13 changed files with 480 additions and 51 deletions
5
app/src/main/res/xml/searchable.xml
Normal file
5
app/src/main/res/xml/searchable.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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/hint_search">
|
||||
</searchable>
|
Loading…
Add table
Add a link
Reference in a new issue