Fixed AppBarLayout issues
This commit is contained in:
parent
cb8ef7f32c
commit
efeacfa622
7 changed files with 14 additions and 16 deletions
|
@ -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"
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue