projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de93a66
)
Grant that any suggestion may be selected without software keyboard overlapping
author
David A. Velasco
<dvelasco@solidgear.es>
Tue, 20 Oct 2015 11:18:47 +0000
(13:18 +0200)
committer
David A. Velasco
<dvelasco@solidgear.es>
Fri, 30 Oct 2015 15:37:34 +0000
(16:37 +0100)
AndroidManifest.xml
patch
|
blob
|
blame
|
history
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
9f73908
..
805e9ce
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-197,7
+197,8
@@
android:name=".ui.activity.ShareActivity"
android:label="@string/share_dialog_title"
android:theme="@style/Theme.ownCloud.Dialog"
- android:launchMode="singleTop" >
+ android:launchMode="singleTop"
+ android:windowSoftInputMode="adjustResize" >
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>