Android activity as dialog, but without a title bar

后端 未结 9 1798
暗喜
暗喜 2020-12-02 21:59

I have an activity that has the following set as theme:

android:theme=\"@android:style/Theme.Dialog\"

However, there is a title bar in the

9条回答
  •  攒了一身酷
    2020-12-02 22:44

    This works for me, may it helps someone too :

    style.xml

    
    

    AndroidManifest.xml

       
    

提交回复
热议问题