From cc6cb41eac158197fc4dd4a6ba51c8d8f28e34f4 Mon Sep 17 00:00:00 2001 From: Maxime NATUREL Date: Thu, 31 Mar 2022 14:41:30 +0200 Subject: [PATCH] Increase height of share button --- .../layout/bottom_sheet_choose_live_location_share_duration.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/bottom_sheet_choose_live_location_share_duration.xml b/vector/src/main/res/layout/bottom_sheet_choose_live_location_share_duration.xml index 866658f6c6..e703bbf01e 100644 --- a/vector/src/main/res/layout/bottom_sheet_choose_live_location_share_duration.xml +++ b/vector/src/main/res/layout/bottom_sheet_choose_live_location_share_duration.xml @@ -55,7 +55,7 @@ android:id="@+id/liveLocShareChooseDurationConfirm" style="@style/Widget.Vector.Button.CallToAction" android:layout_width="match_parent" - android:layout_height="48dp" + android:layout_height="65dp" android:layout_marginHorizontal="16dp" android:layout_marginVertical="12dp" android:text="@string/action_share" />