| | |
| | | <resources xmlns:tools="http://schemas.android.com/tools"> |
| | | <!-- Base application theme. --> |
| | | <!-- <style name="Theme.FirstApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">--> |
| | | <style name="Theme.FirstApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar"> |
| | | <style name="Theme.FirstApp" parent="Theme.MaterialComponents.DayNight.NoActionBar"> |
| | | <!-- Primary brand color. --> |
| | | <item name="colorPrimary">@color/light_blue_new</item> |
| | | <item name="colorPrimaryVariant">@color/light_blue_new</item> |
| | | <item name="colorPrimary">@color/black</item> |
| | | <item name="colorPrimaryVariant">@color/light_grey</item> |
| | | <item name="colorOnPrimary">@color/white</item> |
| | | <!-- Secondary brand color. --> |
| | | <item name="colorSecondary">@color/teal_200</item> |
| | |
| | | <item name="colorOnSecondary">@color/black</item> |
| | | <!-- Status bar color. --> |
| | | <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> |
| | | |
| | | <!-- 关键属性:强制状态栏图标为深色(黑色) --> |
| | | <item name="android:windowLightStatusBar" tools:targetApi="m">true</item> |
| | | |
| | | <!-- 确保没有ActionBar --> |
| | | <item name="windowActionBar">false</item> |
| | | <item name="windowNoTitle">true</item> |
| | | <!-- Customize your theme here. --> |
| | | </style> |
| | | |
| | | <style name="Theme.FirstApp.Fullscreen" parent="Theme.FirstApp"> |
| | | <item name="android:actionBarStyle">@style/Widget.Theme.FirstApp.ActionBar.Fullscreen</item> |
| | | <item name="android:windowActionBarOverlay">true</item> |
| | | <item name="android:windowBackground">@null</item> |
| | | <!-- <item name="android:actionBarStyle">@style/Widget.Theme.FirstApp.ActionBar.Fullscreen</item>--> |
| | | <!-- <item name="android:windowActionBarOverlay">true</item>--> |
| | | <!-- <item name="android:windowBackground">@null</item>--> |
| | | </style> |
| | | |
| | | <style name="ThemeOverlay.FirstApp.FullscreenContainer" parent=""> |
| | |
| | | <item name="windowActionBar">false</item> |
| | | <item name="windowNoTitle">true</item> |
| | | </style> |
| | | <!-- Base application theme. --> |
| | | <style name="Base.Theme.FirstApp" parent="Theme.Material3.DayNight.NoActionBar"> |
| | | <!-- Customize your light theme here. --> |
| | | <!-- <item name="colorPrimary">@color/my_light_primary</item> --> |
| | | </style> |
| | | </resources> |