|
44 | 44 | <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
45 | 45 | </style> |
46 | 46 |
|
| 47 | + <style name="Theme.EdgeToEdge.Material3Expressive.DayNight.Common" parent="Theme.Material3Expressive.DayNight.NoActionBar"> |
| 48 | + <item name="enforceNavigationBarContrast">true</item> |
| 49 | + <item name="enforceSystemBarsLightTheme">false</item> |
| 50 | + |
| 51 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 52 | + <item name="android:fitsSystemWindows">false</item> |
| 53 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 54 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 55 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 56 | + </style> |
| 57 | + |
| 58 | + <style name="Theme.EdgeToEdge.Material3Expressive.Dynamic.DayNight.Common" parent="Theme.Material3Expressive.DynamicColors.DayNight.NoActionBar"> |
| 59 | + <item name="enforceNavigationBarContrast">true</item> |
| 60 | + <item name="enforceSystemBarsLightTheme">false</item> |
| 61 | + |
| 62 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 63 | + <item name="android:fitsSystemWindows">false</item> |
| 64 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 65 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 66 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 67 | + </style> |
| 68 | + |
47 | 69 | <style name="Theme.EdgeToEdge.Light.Common" parent="Theme.AppCompat.Light.NoActionBar"> |
48 | 70 | <item name="enforceNavigationBarContrast">true</item> |
49 | 71 | <item name="enforceSystemBarsLightTheme">true</item> |
|
88 | 110 | <item name="android:windowLightStatusBar">true</item> |
89 | 111 | </style> |
90 | 112 |
|
| 113 | + <style name="Theme.EdgeToEdge.Material3Expressive.Light.Common" parent="Theme.Material3Expressive.Light.NoActionBar"> |
| 114 | + <item name="enforceNavigationBarContrast">true</item> |
| 115 | + <item name="enforceSystemBarsLightTheme">false</item> |
| 116 | + |
| 117 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 118 | + <item name="android:fitsSystemWindows">false</item> |
| 119 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 120 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 121 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 122 | + </style> |
| 123 | + |
| 124 | + <style name="Theme.EdgeToEdge.Material3Expressive.Dynamic.Light.Common" parent="Theme.Material3Expressive.DynamicColors.Light.NoActionBar"> |
| 125 | + <item name="enforceNavigationBarContrast">true</item> |
| 126 | + <item name="enforceSystemBarsLightTheme">false</item> |
| 127 | + |
| 128 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 129 | + <item name="android:fitsSystemWindows">false</item> |
| 130 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 131 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 132 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 133 | + </style> |
| 134 | + |
91 | 135 | <style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.DayNight.Common" /> |
92 | 136 | <style name="Theme.EdgeToEdge.Material2" parent="Theme.EdgeToEdge.Material2.DayNight.Common" /> |
93 | 137 | <style name="Theme.EdgeToEdge.Material3" parent="Theme.EdgeToEdge.Material3.DayNight.Common" /> |
94 | 138 | <style name="Theme.EdgeToEdge.Material3.Dynamic" parent="Theme.EdgeToEdge.Material3.Dynamic.DayNight.Common" /> |
| 139 | + <style name="Theme.EdgeToEdge.Material3Expressive" parent="Theme.EdgeToEdge.Material3Expressive.DayNight.Common" /> |
| 140 | + <style name="Theme.EdgeToEdge.Material3Expressive.Dynamic" parent="Theme.EdgeToEdge.Material3Expressive.Dynamic.DayNight.Common" /> |
95 | 141 |
|
96 | 142 | <style name="Theme.EdgeToEdge.Light" parent="Theme.EdgeToEdge.Light.Common" /> |
97 | 143 | <style name="Theme.EdgeToEdge.Material2.Light" parent="Theme.EdgeToEdge.Material2.Light.Common" /> |
98 | 144 | <style name="Theme.EdgeToEdge.Material3.Light" parent="Theme.EdgeToEdge.Material3.Light.Common" /> |
99 | 145 | <style name="Theme.EdgeToEdge.Material3.Dynamic.Light" parent="Theme.EdgeToEdge.Material3.Dynamic.Light.Common" /> |
| 146 | + <style name="Theme.EdgeToEdge.Material3Expressive.Light" parent="Theme.EdgeToEdge.Material3Expressive.Light.Common" /> |
| 147 | + <style name="Theme.EdgeToEdge.Material3Expressive.Dynamic.Light" parent="Theme.EdgeToEdge.Material3Expressive.Dynamic.Light.Common" /> |
100 | 148 | </resources> |
0 commit comments