美文网首页
NavigationBar;PopupWindow和PopMen

NavigationBar;PopupWindow和PopMen

作者: 小山包 | 来源:发表于2016-11-26 11:20 被阅读0次

    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和PopMen

          本文链接:https://www.haomeiwen.com/subject/hkhwpttx.html