Android activity as dialog, but without a title bar

后端 未结 9 1797
暗喜
暗喜 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:25

    This one worked for me.

    I was able to disable the title

    style.xml

    
    

    AndroidManifest.xml

      
    
      
    

提交回复
热议问题