diff --git a/res/layout/notification_history_app_layout.xml b/res/layout/notification_history_app_layout.xml index 7d53b4d4142..143fff8f7e5 100644 --- a/res/layout/notification_history_app_layout.xml +++ b/res/layout/notification_history_app_layout.xml @@ -35,42 +35,36 @@ android:id="@+id/icon" android:layout_width="24dp" android:layout_height="24dp" - android:layout_marginEnd="14dp" android:scaleType="centerInside" app:layout_constraintBottom_toBottomOf="parent" - app:layout_constraintEnd_toStartOf="@id/text_start_guideline" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> - -