File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
codec2talkie/src/main/res Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 10
10
<item name =" colorSecondaryVariant" >@color/teal_200</item >
11
11
<item name =" colorOnSecondary" >@color/black</item >
12
12
<!-- Status bar color. -->
13
- <item name =" android:statusBarColor" tools : targetApi = " l " >?attr/colorPrimaryVariant</item >
13
+ <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
14
14
<!-- Customize your theme here. -->
15
+ <item name =" android:windowDrawsSystemBarBackgrounds" >true</item >
16
+ <item name =" android:fitsSystemWindows" >true</item >
17
+ <item name =" android:windowOptOutEdgeToEdgeEnforcement" tools : targetApi =" 35" >true</item >
15
18
</style >
16
19
</resources >
Original file line number Diff line number Diff line change 10
10
<item name =" colorSecondaryVariant" >@color/teal_700</item >
11
11
<item name =" colorOnSecondary" >@color/black</item >
12
12
<!-- Status bar color. -->
13
- <item name =" android:statusBarColor" tools : targetApi = " l " >?attr/colorPrimaryVariant</item >
13
+ <item name =" android:statusBarColor" >?attr/colorPrimaryVariant</item >
14
14
<!-- Customize your theme here. -->
15
+ <item name =" android:windowDrawsSystemBarBackgrounds" >true</item >
16
+ <item name =" android:fitsSystemWindows" >true</item >
17
+ <item name =" android:windowOptOutEdgeToEdgeEnforcement" tools : targetApi =" 35" >true</item >
15
18
</style >
16
19
</resources >
You can’t perform that action at this time.
0 commit comments