From 12e7bb64fefad6ee9007a99ae8f16ac5b8dd0f20 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Thu, 6 May 2021 18:09:20 +0200 Subject: [PATCH] Move footer overlay 1dp inside to not cut outline Change-Id: I95e2e8e8e5605586a7891b3ef2bf4c002a04873c --- vector/src/main/res/layout/item_timeline_event_base.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vector/src/main/res/layout/item_timeline_event_base.xml b/vector/src/main/res/layout/item_timeline_event_base.xml index e901ec6e8f..5cbd3187c2 100644 --- a/vector/src/main/res/layout/item_timeline_event_base.xml +++ b/vector/src/main/res/layout/item_timeline_event_base.xml @@ -208,6 +208,8 @@ android:layout_gravity="end|bottom" android:layout_marginStart="4dp" android:layout_alignEnd="@id/viewStubContainer" + android:layout_marginEnd="1dp" + android:layout_marginBottom="1dp" tools:layout_alignBottom="@id/viewStubContainer" tools:paddingTop="4dp" android:id="@+id/bubbleFootView">