Fix start call resizing improperly with wrapping text.
This commit is contained in:
parent
e00397620a
commit
441a6d3fe7
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@
|
||||||
android:paddingEnd="16dp"
|
android:paddingEnd="16dp"
|
||||||
android:paddingBottom="32dp"
|
android:paddingBottom="32dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
android:gravity="center"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
|
Loading…
Add table
Reference in a new issue