Fix height in dialog_basket_lu

This commit is contained in:
2023-10-20 16:10:39 +02:00
parent 0aca5df3fe
commit 09d009bcc5
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
<it.integry.integrywmsnative.ui.DeactivatableViewPager
android:id="@+id/viewpager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:animateLayoutChanges="true">