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
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue