| | |
| | | <!-- Status bar color. --> |
| | | <item name="android:statusBarColor" tools:targetApi="l">@color/text_00000000</item> |
| | | <!-- Customize your theme here. --> |
| | | <item name="android:windowBackground">@drawable/logo_bj</item> |
| | | <item name="android:windowTranslucentNavigation">true</item> |
| | | <!-- <item name="android:windowNoTitle">true</item>--> |
| | | <!-- <item name="android:windowFullscreen">true</item>--> |
| | | </style> |
| | | |
| | | |
| | | <style name="Theme.PhotovoltaicDebug.NoActionBar"> |
| | | <item name="windowActionBar">false</item> |
| | |
| | | <!-- <!–如果有底部虚拟导航栏,则将底部虚拟导航栏设置为透明,并将界面内容布局下边界下沉至虚拟导航栏底部–>--> |
| | | <!-- <item name="android:windowTranslucentNavigation">true</item>--> |
| | | <!--给window窗口设置背景图--> |
| | | <!-- <item name="android:windowBackground">@drawable/bg_splash</item>--> |
| | | <item name="android:windowBackground">@drawable/logo_bj</item> |
| | | <item name="android:windowFullscreen">true</item> |
| | | </style> |
| | | |