diff --git a/app/src/main/res/layout/custom_bridge_bottom_sheet.xml b/app/src/main/res/layout/custom_bridge_bottom_sheet.xml index b7c80482f..69359c6fc 100644 --- a/app/src/main/res/layout/custom_bridge_bottom_sheet.xml +++ b/app/src/main/res/layout/custom_bridge_bottom_sheet.xml @@ -14,7 +14,9 @@ android:text="@string/custom_bridge" style="@style/BottomSheetHeader" android:layout_width="wrap_content" - android:layout_height="wrap_content"/> + android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginStart="118dp" /> @@ -41,10 +41,10 @@ android:layout_height="match_parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" - android:layout_marginRight="@dimen/activity_horizontal_margin" /> + android:layout_marginEnd="@dimen/activity_horizontal_margin" /> + android:layout_marginStart="@dimen/activity_horizontal_margin" />