修改项目对应的AndroidManifest.xml,在相对应的<activity标签上加上android:theme="@android:style/Theme.Dialog"
例子:
<activity android:name=".ListViewActivity" android:theme="@android:style/Theme.Dialog"/>
修改项目对应的AndroidManifest.xml,在相对应的<activity标签上加上android:theme="@android:style/Theme.Dialog"
例子:
<activity android:name=".ListViewActivity" android:theme="@android:style/Theme.Dialog"/>