Showing different layout of dialog box with the same code. Works fine with API level from 27 to lower but once run with API 28, it is not display correctly. I figure out is the problem of theme using,I using "theme.dialog" as my theme. Anyone know what happen to the theme.dialog in API 28?
Asked
Active
Viewed 121 times
0
-
I have this issue with p (android 9) while we do dialog.show() it does not displayed completely(only page is locked).If the issues is from the layout , how to change theme of Dialog for android 9 – maniaq Oct 29 '19 at 19:04
-
There is a parent name side with the style name of the theme, just change the parent name to another Theme. – Junsun Loke Nov 06 '19 at 09:42
-
Is it possible for you to tell me with more details ? – maniaq Nov 06 '19 at 20:55