Keyboard hiding EditText when android:windowTranslucentStatus=true
问题 We're applying the new Android KitKat translucent theme in our apps, and we're getting a weird issue when the keyboard appears. If we don't use the new android:windowTranslucentStatus attribute, all works as usual: The screen is resized, and all remains visible. But when we're using android:windowTranslucentStatus , the screen isn't resized and our EditText becomes hidden by the keyboard. A sample of the issue: The only difference between the screens is in the attribute in the style: First