1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-29 09:31:45 +00:00

Android: advanced search (done)

This commit is contained in:
jendib
2015-05-07 01:56:03 +02:00
parent 4c24e7921a
commit 6ff639baac
6 changed files with 240 additions and 7 deletions

View File

@@ -26,7 +26,8 @@
<activity
android:name=".activity.MainActivity"
android:label="@string/app_name"
android:launchMode="singleTop">
android:launchMode="singleTop"
android:windowSoftInputMode="adjustNothing">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>