android的theme的用法

来源:互联网 发布:伤城影评知乎 编辑:程序博客网 时间:2024/05/17 08:39



AndroidManifest.xml的<activity android:name=".ControlActivity"
                  android:label="@string/app_name">之间添加

                                                 android:theme="@android:style/Theme.Dialog"

                                                 android:theme="@android:style/Theme.NoTitleBar"    没有title条

                                                 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"   全屏显示

                                                 android:theme="@android:style/Theme.Light"

                                                 android:theme="@android:style/Theme.Light.NoTitleBar"

                                                 android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"等

原创粉丝点击