I have problems with the translucent actionbar/navbar in the new Android KitKat...How to set windowSoftInputMode=“adjustResize” with translucent status/...
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { Window window = getWindow(); // Translucent status bar window.setFlags( WindowManager.Layou...