diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bd456e80d23..96fdcc948ab 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1148,7 +1148,8 @@ android:immersive="true" android:launchMode="singleTop" android:theme="@android:style/Theme.Holo.NoActionBar" - android:windowSoftInputMode="stateAlwaysHidden"> + android:configChanges="mcc|mnc|keyboard|keyboardHidden|uiMode" + android:windowSoftInputMode="stateVisible|adjustResize"> diff --git a/res/drawable-hdpi/ic_lockscreen_ime.png b/res/drawable-hdpi/ic_lockscreen_ime.png new file mode 100644 index 00000000000..29a7989372f Binary files /dev/null and b/res/drawable-hdpi/ic_lockscreen_ime.png differ diff --git a/res/drawable-mdpi/ic_lockscreen_ime.png b/res/drawable-mdpi/ic_lockscreen_ime.png new file mode 100644 index 00000000000..b27e059260c Binary files /dev/null and b/res/drawable-mdpi/ic_lockscreen_ime.png differ diff --git a/res/drawable-xhdpi/ic_lockscreen_ime.png b/res/drawable-xhdpi/ic_lockscreen_ime.png new file mode 100644 index 00000000000..a40ddebf87c Binary files /dev/null and b/res/drawable-xhdpi/ic_lockscreen_ime.png differ diff --git a/res/layout-land/crypt_keeper_password_entry.xml b/res/layout-land/crypt_keeper_password_entry.xml new file mode 100644 index 00000000000..094434edbbf --- /dev/null +++ b/res/layout-land/crypt_keeper_password_entry.xml @@ -0,0 +1,62 @@ + + + + + + + + + +