Skip to content

Commit

Permalink
Fix broken edge-to-edge enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Nov 1, 2024
1 parent cbcfca4 commit e79bee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
~ limitations under the License.
-->

<resources>
<resources xmlns:tools="http://schemas.android.com/tools">

<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:ignore="NewApi">true</item>
</style>

</resources>

0 comments on commit e79bee7

Please sign in to comment.