Fixed AppBarLayout issues

This commit is contained in:
Prathamesh More 2021-10-23 17:25:48 +05:30
parent cb8ef7f32c
commit efeacfa622
7 changed files with 14 additions and 16 deletions

View file

@ -191,7 +191,6 @@
<style name="BottomSheetStyle" parent="Widget.Material3.BottomSheet">
<item name="android:maxWidth">@empty</item>
<item name="android:backgroundTint">?attr/bottomSheetTint</item>
<item name="gestureInsetBottomIgnored">true</item>
</style>
<style name="MaterialCardViewStroke">