diff --git a/res/drawable/button_ripple_radius.xml b/res/drawable/button_ripple_radius.xml deleted file mode 100644 index 511520c2866..00000000000 --- a/res/drawable/button_ripple_radius.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/notification_history_app_layout.xml b/res/layout/notification_history_app_layout.xml index 52c0e421408..7d53b4d4142 100644 --- a/res/layout/notification_history_app_layout.xml +++ b/res/layout/notification_history_app_layout.xml @@ -21,63 +21,79 @@ android:layout_height="wrap_content" android:orientation="vertical"> - + android:paddingStart="16dp" + android:background="?android:attr/selectableItemBackground" + android:clipChildren="true"> + + 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" /> - - - - + android:orientation="vertical" + app:layout_constraintStart_toEndOf="@id/icon" /> - + - + + + + + + + + + + android:background="?android:attr/listDivider" /> + app:layout_constraintTop_toTopOf="parent" />