| | |
| | | <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.NoActionBar"> |
| | | <!-- Primary brand color. --> |
| | | <item name="colorPrimary">@color/purple_200</item> |
| | | <item name="colorPrimaryVariant">@color/purple_700</item> |
| | |
| | | <item name="colorOnSecondary">@color/black</item> |
| | | <!-- Status bar color. --> |
| | | <item name="android:statusBarColor">?attr/colorPrimaryVariant</item> |
| | | <!-- 确保没有ActionBar --> |
| | | <item name="windowActionBar">false</item> |
| | | <item name="windowNoTitle">true</item> |
| | | <!-- Customize your theme here. --> |
| | | </style> |
| | | |