Move footer overlay 1dp inside to not cut outline
Change-Id: I95e2e8e8e5605586a7891b3ef2bf4c002a04873c
This commit is contained in:
parent
42e6068ce2
commit
12e7bb64fe
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue