From c0edb8b311f26167f10bd25289db7df05e7d7dfd Mon Sep 17 00:00:00 2001 From: Prathamesh More Date: Sat, 25 Dec 2021 21:02:45 +0530 Subject: [PATCH] [Notification] Fixed Classic Notification on A12 --- .../main/res/layout-v31/layout_notification_expanded.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout-v31/layout_notification_expanded.xml b/app/src/main/res/layout-v31/layout_notification_expanded.xml index acf39d179..95f1d7da9 100644 --- a/app/src/main/res/layout-v31/layout_notification_expanded.xml +++ b/app/src/main/res/layout-v31/layout_notification_expanded.xml @@ -9,7 +9,6 @@ android:id="@+id/image" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/content" android:layout_alignParentEnd="true"> + android:layout_marginTop="16dp" + android:orientation="horizontal">