Activity 模版样式简介

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"/>
原文地址:https://www.cnblogs.com/yshyee/p/3403384.html