Android:theme

Android:theme  

  |字号 订阅

android:theme="@android:style/Theme.Dialog"  // Activity变成对话框形式
android:theme="@android:style/Theme.NoTitleBar"
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 "

android:theme=" @android:style/ Theme.Black"  // 背景黑色
android:theme=" @android:style/ Theme.Black. NoTitleBar "
android:theme=" @android:style/ Theme.Black. NoTitleBar. Fullscreen "

android:theme=" @android:style/ Theme.Wallpaper"  // 背景和手机主界面的壁纸一致
android:theme=" @android:style/ Theme.Wallpaper. NoTitleBar "
android:theme=" @android:style/ Theme.Wallpaper. NoTitleBar. Fullscreen "

android:theme=" @android:style/ Theme.Translucent"  // 背景透明状态
android:theme=" @android:style/ Theme.Translucent. NoTitleBar "
android:theme=" @android:style/ Theme.Translucent. NoTitleBar. Fullscreen "

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

你可能感兴趣的:(Android:theme)