From 007029d23059e880f315d11c7cd6eacf36f7232a Mon Sep 17 00:00:00 2001 From: meenbeese Date: Mon, 20 Nov 2023 21:47:19 -0500 Subject: [PATCH] Center the title text in custom bridge sheet Signed-off-by: meenbeese --- .../main/res/layout/custom_bridge_bottom_sheet.xml | 4 +++- app/src/main/res/layout/layout_apps.xml | 2 +- app/src/main/res/layout/layout_apps_item.xml | 14 +++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) 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" />