File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- <resources >
1
+ <resources xmlns : tools = " http://schemas.android.com/tools " >
2
2
3
3
<!-- Base application theme. -->
4
4
<style name =" AppTheme" parent =" Theme.Material3.DayNight.NoActionBar" >
5
5
<!-- Customize your theme here. -->
6
6
<item name =" colorPrimary" >#DEFFFFFF</item >
7
7
<item name =" android:statusBarColor" >@android:color/transparent</item >
8
8
<item name =" android:navigationBarColor" >@android:color/transparent</item >
9
+ <item name =" android:windowLightNavigationBar" tools : ignore =" NewApi" >false</item >
9
10
</style >
10
11
11
12
<style name =" AppTheme.PopupOverlay" parent =" ThemeOverlay.Material3.DynamicColors.Dark" />
Original file line number Diff line number Diff line change 1
- <resources >
1
+ <resources xmlns : tools = " http://schemas.android.com/tools " >
2
2
3
3
<!-- Base application theme. -->
4
4
<style name =" AppTheme" parent =" Theme.Material3.DayNight.NoActionBar" >
5
5
<!-- Customize your theme here. -->
6
6
<item name =" colorPrimary" >#000000</item >
7
7
<item name =" android:statusBarColor" >@android:color/transparent</item >
8
8
<item name =" android:navigationBarColor" >@android:color/transparent</item >
9
+ <item name =" android:windowLightNavigationBar" tools : ignore =" NewApi" >true</item >
9
10
</style >
10
11
11
12
<style name =" AppTheme.AppBarOverlay" parent =" ThemeOverlay.Material3.DynamicColors.Dark" />
You can’t perform that action at this time.
0 commit comments