diff --git a/Owl/app/build.gradle b/Owl/app/build.gradle index ce4064c3..3fde4e10 100644 --- a/Owl/app/build.gradle +++ b/Owl/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.fragment:fragment-ktx:1.2.5' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.core:core-ktx:1.5.0-alpha04' - implementation 'com.google.android.material:material:1.2.1' + implementation 'com.google.android.material:material:1.4.0-alpha02' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "androidx.navigation:navigation-runtime-ktx:$nav_version" diff --git a/Owl/app/src/main/res/layout/activity_main.xml b/Owl/app/src/main/res/layout/activity_main.xml index eacd808d..43c9d1f7 100644 --- a/Owl/app/src/main/res/layout/activity_main.xml +++ b/Owl/app/src/main/res/layout/activity_main.xml @@ -39,9 +39,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" - app:paddingLeftSystemWindowInsets="@{true}" - app:paddingRightSystemWindowInsets="@{true}" - app:paddingBottomSystemWindowInsets="@{true}" app:menu="@menu/main"/>