让一个Activity变为一个窗口
在AndroidMainfest.xml中定义Activity的地方添加属性
android:theme="@android:style/Theme.Dialog"
让窗口变成半透明
android:theme="@android:style/Theme.Translucent"
在AndroidMainfest.xml中定义Activity的地方添加属性
android:theme="@android:style/Theme.Dialog"
让窗口变成半透明
android:theme="@android:style/Theme.Translucent"