diff --git a/examples/flutter_gallery/android/AndroidManifest.xml b/examples/flutter_gallery/android/AndroidManifest.xml index dc60068d845..2483920d166 100644 --- a/examples/flutter_gallery/android/AndroidManifest.xml +++ b/examples/flutter_gallery/android/AndroidManifest.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/hello_world/android/AndroidManifest.xml b/examples/hello_world/android/AndroidManifest.xml index c3d7657a846..29f0ce463bf 100644 --- a/examples/hello_world/android/AndroidManifest.xml +++ b/examples/hello_world/android/AndroidManifest.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/layers/android/AndroidManifest.xml b/examples/layers/android/AndroidManifest.xml index 9f51c5e6bc9..af20b7a1d59 100644 --- a/examples/layers/android/AndroidManifest.xml +++ b/examples/layers/android/AndroidManifest.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/stocks/android/AndroidManifest.xml b/examples/stocks/android/AndroidManifest.xml index 563b51544e8..f998c2dcc49 100644 --- a/examples/stocks/android/AndroidManifest.xml +++ b/examples/stocks/android/AndroidManifest.xml @@ -14,7 +14,8 @@ android:launchMode="singleTop" android:theme="@android:style/Theme.Black.NoTitleBar" android:configChanges="orientation|keyboardHidden|keyboard|screenSize" - android:hardwareAccelerated="true"> + android:hardwareAccelerated="true" + android:windowSoftInputMode="adjustResize">