Search page fully functional for accounts and hashtags. Closes #44
This commit is contained in:
parent
289e2fbbe1
commit
401dd62af7
6 changed files with 78 additions and 31 deletions
|
|
@ -82,7 +82,9 @@
|
|||
<activity
|
||||
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
|
||||
android:theme="@style/Base.Theme.AppCompat" />
|
||||
<activity android:name=".SearchActivity">
|
||||
<activity
|
||||
android:name=".SearchActivity"
|
||||
android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEARCH" />
|
||||
</intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue