加入 android:theme="@android:style/Theme.Translucent"
<activity
android:name="com.xxx.cn.MyActivity"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent" />
<activity
android:name="com.xxx.cn.MyActivity"
android:screenOrientation="portrait"
android:theme="@android:style/Theme.Translucent" />