Defining android activity as dialog with light theme

后端 未结 4 1051
刺人心
刺人心 2021-01-13 21:58

In my application I am defining one android activity as dialog.It looks proper.Only problem with that is my dialog appear in dark theme. I want to display it into light them

4条回答
  •  臣服心动
    2021-01-13 22:27

    Way around is to define custom theme into style xml, check below code:-

    Style:

    
    

    manifest:

    
    
    

提交回复
热议问题