只需在AndroidManifest.xml中对activity加入android:theme="@android:style/Theme.Dialog"
例如:
例如:
<activity android:name="OtherActivity" android:label="@layout/other"
android:theme="@android:style/Theme.Dialog"></activity>