diff --git a/app/src/main/res/layout/history_call_list_cell.xml b/app/src/main/res/layout/history_call_list_cell.xml index 3adcdd5f3..68d70c5b2 100644 --- a/app/src/main/res/layout/history_call_list_cell.xml +++ b/app/src/main/res/layout/history_call_list_cell.xml @@ -14,39 +14,40 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="16dp" - android:layout_marginEnd="16dp" - android:paddingTop="16dp" - android:paddingBottom="16dp"> + android:layout_marginEnd="16dp"> + app:layout_constraintTop_toTopOf="@id/direction_label" + app:layout_constraintBottom_toBottomOf="@id/direction_label" /> + app:layout_constraintTop_toTopOf="parent"/>