让一个Activity变为一个窗口

在AndroidMainfest.xml中定义Activity的地方添加属性
android:theme="@android:style/Theme.Dialog"

让窗口变成半透明
android:theme="@android:style/Theme.Translucent"

posted on 2014-05-16 23:12  IOTer  阅读(160)  评论(0编辑  收藏  举报

导航