From f96495ddbbf0c110420ec8294d0cc5eb42ed079d Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Sat, 9 Jul 2022 20:17:43 +0200 Subject: [PATCH] [merge] Make live location finished message look better Change-Id: Ie7a24e27ed048309f6168d54083a21b16e70f0b1 --- .../layout/item_timeline_event_live_location_inactive_stub.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml b/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml index d5a0cefb28..40a0b76b25 100644 --- a/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_live_location_inactive_stub.xml @@ -12,6 +12,7 @@ android:layout_height="200dp" android:contentDescription="@string/a11y_static_map_image" android:src="@drawable/bg_no_location_map" + android:scaleType="fitXY" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />