Dialog窗口形式的Activity
只需在AndroidManifest.xml中对activity加入android:theme="@android:style/Theme.Dialog"
例如:
<activity android:name="OtherActivity" android:label="@layout/other" android:theme="@android:style/Theme.Dialog"></activity>
发布时间: 2012-07-04 19:33:55 作者: rapoo
Dialog窗口形式的Activity
只需在AndroidManifest.xml中对activity加入android:theme="@android:style/Theme.Dialog"
例如:
<activity android:name="OtherActivity" android:label="@layout/other" android:theme="@android:style/Theme.Dialog"></activity>