Fix start call resizing improperly with wrapping text.

This commit is contained in:
Cody Henthorne 2020-10-06 10:29:37 -04:00 committed by Greyson Parrelli
parent e00397620a
commit 441a6d3fe7

View file

@ -289,6 +289,7 @@
android:paddingEnd="16dp"
android:paddingBottom="32dp"
android:visibility="gone"
android:gravity="center"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"