modifiche bottom sheet dialog

This commit is contained in:
Valerio Castellana 2022-12-14 12:35:31 +01:00
parent dfa2a1106e
commit 214d98f181
2 changed files with 31 additions and 14 deletions

View File

@ -1,4 +1,4 @@
<layout xmlns:tools="http://schemas.android.com/tools">
<layout>
<data>
@ -194,6 +194,14 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<View
android:id="@+id/bottom_sheet__background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#99000000"
android:clickable="true"
android:focusable="true"
android:visibility="gone" />
<it.integry.integrywmsnative.view.bottom_sheet__lu_content.BottomSheetFragmentLUContentView
android:id="@+id/bottom_sheet_lu_content"

View File

@ -3,6 +3,7 @@
xmlns:fab="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<data>
<import type="android.view.View" />
@ -251,6 +252,14 @@
</RelativeLayout>
<View
android:id="@+id/bottom_sheet__background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#99000000"
android:clickable="true"
android:focusable="true"
android:visibility="gone" />
<it.integry.integrywmsnative.view.bottom_sheet__lu_content.BottomSheetFragmentLUContentView
android:id="@+id/bottom_sheet_lu_content"