只要在 AndroidManifest.xml 中,為該 Activity 加上一行「android:theme="@android:style/Theme.Translucent"」即可。
<activity android:name=".ProgressAdMob"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent"
android:screenOrientation="portrait"
android:configChanges="orientation">
</activity>