1:对话框样式。
<activity android:theme="@android:style/Theme.Dialog">
2:透明样式。
<activity android:theme="@android:style/Theme.Translucent">
3:Light 样式,标题栏是细长型的,在4.0版本默认是灰色的背景。
<android:theme="@android:style/Theme.Light"/>
1:对话框样式。
<activity android:theme="@android:style/Theme.Dialog">
2:透明样式。
<activity android:theme="@android:style/Theme.Translucent">
3:Light 样式,标题栏是细长型的,在4.0版本默认是灰色的背景。
<android:theme="@android:style/Theme.Light"/>