|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <resources> |
3 | | - <style name="Theme.EdgeToEdge.Common" parent="Theme.AppCompat.DayNight.NoActionBar"> |
| 3 | + <style name="Theme.EdgeToEdge.DayNight.Common" parent="Theme.AppCompat.DayNight.NoActionBar"> |
4 | 4 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
5 | 5 | <item name="android:fitsSystemWindows">false</item> |
6 | 6 | <item name="android:navigationBarColor">@color/navigationBarColor</item> |
7 | 7 | <item name="android:statusBarColor">@android:color/transparent</item> |
8 | 8 | <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
9 | 9 | </style> |
10 | 10 |
|
11 | | - <style name="Theme.EdgeToEdge.Material2.Common" parent="Theme.MaterialComponents.DayNight.NoActionBar"> |
| 11 | + <style name="Theme.EdgeToEdge.Material2.DayNight.Common" parent="Theme.MaterialComponents.DayNight.NoActionBar"> |
12 | 12 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
13 | 13 | <item name="android:fitsSystemWindows">false</item> |
14 | 14 | <item name="android:navigationBarColor">@color/navigationBarColor</item> |
15 | 15 | <item name="android:statusBarColor">@android:color/transparent</item> |
16 | 16 | <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
17 | 17 | </style> |
18 | 18 |
|
19 | | - <style name="Theme.EdgeToEdge.Material3.Common" parent="Theme.Material3.DayNight.NoActionBar"> |
| 19 | + <style name="Theme.EdgeToEdge.Material3.DayNight.Common" parent="Theme.Material3.DayNight.NoActionBar"> |
20 | 20 | <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
21 | 21 | <item name="android:fitsSystemWindows">false</item> |
22 | 22 | <item name="android:navigationBarColor">@color/navigationBarColor</item> |
23 | 23 | <item name="android:statusBarColor">@android:color/transparent</item> |
24 | 24 | <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
25 | 25 | </style> |
26 | 26 |
|
27 | | - <style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.Common" /> |
28 | | - <style name="Theme.EdgeToEdge.Material2" parent="Theme.EdgeToEdge.Material2.Common" /> |
29 | | - <style name="Theme.EdgeToEdge.Material3" parent="Theme.EdgeToEdge.Material3.Common" /> |
| 27 | + <style name="Theme.EdgeToEdge.Light.Common" parent="Theme.AppCompat.Light.NoActionBar"> |
| 28 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 29 | + <item name="android:fitsSystemWindows">false</item> |
| 30 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 31 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 32 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 33 | + </style> |
| 34 | + |
| 35 | + <style name="Theme.EdgeToEdge.Material2.Light.Common" parent="Theme.MaterialComponents.Light.NoActionBar"> |
| 36 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 37 | + <item name="android:fitsSystemWindows">false</item> |
| 38 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 39 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 40 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 41 | + </style> |
| 42 | + |
| 43 | + <style name="Theme.EdgeToEdge.Material3.Light.Common" parent="Theme.Material3.Light.NoActionBar"> |
| 44 | + <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
| 45 | + <item name="android:fitsSystemWindows">false</item> |
| 46 | + <item name="android:navigationBarColor">@color/navigationBarColor</item> |
| 47 | + <item name="android:statusBarColor">@android:color/transparent</item> |
| 48 | + <item name="android:windowLightStatusBar">@bool/windowLightSystemBars</item> |
| 49 | + </style> |
| 50 | + |
| 51 | + <style name="Theme.EdgeToEdge" parent="Theme.EdgeToEdge.DayNight.Common" /> |
| 52 | + <style name="Theme.EdgeToEdge.Material2" parent="Theme.EdgeToEdge.Material2.DayNight.Common" /> |
| 53 | + <style name="Theme.EdgeToEdge.Material3" parent="Theme.EdgeToEdge.Material3.DayNight.Common" /> |
| 54 | + |
| 55 | + <style name="Theme.EdgeToEdge.Light" parent="Theme.EdgeToEdge.Light.Common" /> |
| 56 | + <style name="Theme.EdgeToEdge.Material2.Light" parent="Theme.EdgeToEdge.Material2.Light.Common" /> |
| 57 | + <style name="Theme.EdgeToEdge.Material3.Light" parent="Theme.EdgeToEdge.Material3.Light.Common" /> |
30 | 58 | </resources> |
0 commit comments