Why my EditText copy/paste menu is under the EditText? How change the z-order of popup window?

后端 未结 4 1712
孤独总比滥情好
孤独总比滥情好 2021-02-07 10:45

NOTE

If someone know how to order (z-order) Windows added via windowmanager, i will also accept the answer because it\'s will answer al

4条回答
  •  無奈伤痛
    2021-02-07 11:27

    It's may help you, try it.

    The key answer is android:windowActionModeOverlay

    in res/style.xml define a new theme extends your original theme:

    
    
      
    
    

    or just add a line true in your theme if you have already defined one.

    Make your Activity use the theme defined above in AndroidManifest.xml:

    
    

提交回复
热议问题