Skip to content

Commit

Permalink
Prevent toolbar from being drawn underneath the status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi committed Oct 8, 2024
1 parent dd2b792 commit 057ee78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "com.magicbell.example"
minSdk 23
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
1 change: 1 addition & 0 deletions example/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".MainActivity">

<com.google.android.material.appbar.AppBarLayout
Expand Down

0 comments on commit 057ee78

Please sign in to comment.