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

@ -82,6 +82,12 @@
<activity
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat" />
<activity android:name=".SearchActivity">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
</activity>
<receiver android:name=".receiver.NotificationClearBroadcastReceiver" />