Bimba.git

commit 093bbcead898be4e5123730fd87b2d88bdaa9696

Author: Adam <git@apiote.xyz>

fix padding in bottom sheet

 app/src/main/res/layout/departure_bottom_sheet.xml | 3 ++-


diff --git a/app/src/main/res/layout/departure_bottom_sheet.xml b/app/src/main/res/layout/departure_bottom_sheet.xml
index 9492c659506ca1c83c191b3c3dfdbd6ff9c8416c..3ba05be884664e45a1c702a6fa08fe2593768715 100644
--- a/app/src/main/res/layout/departure_bottom_sheet.xml
+++ b/app/src/main/res/layout/departure_bottom_sheet.xml
@@ -3,7 +3,8 @@  	xmlns:app="http://schemas.android.com/apk/res-auto"
 	xmlns:tool="http://schemas.android.com/tools"
 	android:layout_width="match_parent"
-	android:layout_height="wrap_content">
+	android:layout_height="wrap_content"
+	android:paddingBottom="16dp">
 
 	<com.google.android.material.bottomsheet.BottomSheetDragHandleView
 		android:id="@+id/drag_handle"