Adds a prototype search page. The previous search bar is not yet removed.

This commit is contained in:
Vavassor 2017-06-19 04:18:39 -04:00
commit 289e2fbbe1
13 changed files with 480 additions and 51 deletions

View 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>