views:

58

answers:

0

What i have is a simple activity with some content inside of it. Right below that I have an admob ad. And it works great.

However, when i add android:theme="@android:style/Theme.Dialog" to the activity in the manifest the activity still loads, the content loads, but then the ad will NOT load.

If i simply delete android:theme="@android:style/Theme.Dialog" and view the activity as a regular activity it works fine again. But, I need this to work in a dialog :/ So, any ideas what I could do? Anyone have the same issue?

Maybe an admob bug? I just don't see why this isn't working