Dialog Rendered Behind Home Activity
I am working on a complex Android app and found a strange problem. The problem occurs when I start an activity to show a dialog. What have I tried I tried to search for similar pro
Accidentally the problem was solved by removing the line
android:theme="@android:style/Theme.Dialog"
for the activity containing the dialog from AndroidManifest.xml
.
I am not sure why it could be solved in this way though.
Post a Comment for "Dialog Rendered Behind Home Activity"