NavigationBar;PopupWindow和PopMenu;Splash

1.NavigationBar与PopupWindow重叠

//防止navigation bar遮住PopupWindow
setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

调用这句即可。

2.PopupWindow和PopMenu

不能嵌套使用。任何Popup的东西都不能相互嵌套。

2.Splash的正确写法

splash-screens-the-right-way

你可能感兴趣的:(NavigationBar;PopupWindow和PopMenu;Splash)