Change Theme.Dialog to look like Theme.Light.Dialog in Android

后端 未结 3 531
臣服心动
臣服心动 2021-01-04 00:25

There is no Theme.Light.Dialog to use with the rest of my project that is using Theme.Light.

How can I change Theme.Dialog to

3条回答
  •  迷失自我
    2021-01-04 01:15

    This is good, thanks! I just changed it a bit: when I run what you suggested, the entire screen is painted with the back color and the dialog does not look as it should (with the previous activity dimmed).

    So instead of using

    @android:windowBackground
    

    just use

    @android:background
    

提交回复
热议问题