| | |
| | | <resources xmlns:tools="http://schemas.android.com/tools"> |
| | | <!-- Base application theme. --> |
| | | <style name="Theme.Zhangshi_app_android" parent="Theme.MaterialComponents.DayNight.NoActionBar"> |
| | | <style name="Theme.Zhangshi_app_android" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge"> |
| | | <!-- Primary brand color. --> |
| | | <item name="colorPrimary">@color/purple_500</item> |
| | | <item name="colorPrimaryVariant">@color/purple_700</item> |
| | |
| | | </style> |
| | | |
| | | <style name="Theme.app" parent="Theme.AppCompat.DayNight.NoActionBar"> |
| | | <!-- 全局字体 --> |
| | | <item name="android:fontFamily">@font/roboto_regular</item> |
| | | <!-- 窗口背景颜色 --> |
| | | <item name="android:windowBackground">@color/windowBackground</item> |
| | | <!-- 应用的主要色调,ActionBar Toolbar 默认使用该颜色 --> |
| | |
| | | <!-- 关闭 RecyclerView ScrollView ViewPager 水波纹效果 --> |
| | | <item name="android:overScrollMode">never</item> |
| | | |
| | | |
| | | </style> |
| | | |
| | | <!-- 全屏主题样式 --> |
| | | <style name="FullScreenTheme" parent="Theme.app"> |
| | | <item name="android:windowFullscreen">true</item> |
| | | </style> |
| | | </resources> |