Fix bottom sheet or edit button drawing over card ID

This commit is contained in:
Sylvia van Os
2021-01-04 20:20:44 +01:00
parent 6426a99be4
commit 5960857568
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
Changes:
- Fix edit button or more info bottom sheet drawing over barcode ID
## v1.6.1 (2020-12-16)
Changes:

View File

@@ -58,6 +58,7 @@
android:layout_height="0dp"
android:layout_marginLeft="10.0dip"
android:layout_marginRight="10.0dip"
android:layout_marginBottom="80dp"
app:layout_constraintTop_toBottomOf="@+id/barcode"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"