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

@ -94,6 +94,7 @@
android:layout_gravity="bottom"
android:layout_marginHorizontal="16dp"
android:layout_marginBottom="70dp"
android:fitsSystemWindows="false"
android:gravity="center"
android:text="@string/save"
app:icon="@drawable/ic_save"

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">