Move footer overlay 1dp inside to not cut outline

Change-Id: I95e2e8e8e5605586a7891b3ef2bf4c002a04873c
This commit is contained in:
SpiritCroc 2021-05-06 18:09:20 +02:00
parent 42e6068ce2
commit 12e7bb64fe
1 changed files with 2 additions and 0 deletions

View File

@ -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">