Skip to content

Commit fe44af0

Browse files
authored
Merge pull request material-components#71 from material-components/feature-update-mdc
[Owl] Update mdc version and remove obsolete manual insetting of BottomNavigationView
2 parents 86b30c9 + 07e17b0 commit fe44af0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Owl/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'androidx.fragment:fragment-ktx:1.2.5'
5555
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
5656
implementation 'androidx.core:core-ktx:1.5.0-alpha04'
57-
implementation 'com.google.android.material:material:1.2.1'
57+
implementation 'com.google.android.material:material:1.4.0-alpha02'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
5959

6060
implementation "androidx.navigation:navigation-runtime-ktx:$nav_version"

Owl/app/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
android:layout_width="match_parent"
4040
android:layout_height="wrap_content"
4141
android:visibility="gone"
42-
app:paddingLeftSystemWindowInsets="@{true}"
43-
app:paddingRightSystemWindowInsets="@{true}"
44-
app:paddingBottomSystemWindowInsets="@{true}"
4542
app:menu="@menu/main"/>
4643

4744
</LinearLayout>

0 commit comments

Comments
 (0)