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"/>
posted @ 2013-11-02 09:47  yshy  阅读(261)  评论(0)    收藏  举报