Fixes graybar as status bar and unshifts header view.
StickyHeaderListView will not layout all the way to the top of the screen if fitsSystemWindows is true. bug:27875272 Change-Id: I4150dc183778284df2f07f3a6220e0c0b2607774
This commit is contained in:
@@ -135,7 +135,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
// TODO: Fix on phones
|
||||
// Disable IME on our window since we provide our own keyboard
|
||||
//getWindow().setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
|
||||
|
||||
Reference in New Issue
Block a user