From 2ded45fdbd99de4d946a60a24b86a1fa41cad120 Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Tue, 27 Oct 2020 13:58:04 -0700 Subject: [PATCH] Apply notification action list bg color to actions container The @color/notification_action_list_background_color, which is @null in vanilla android, should be applied to the actions_container_layout so that the bubble_gone_padding_end, which is also a part of the container, is also included in the background. Without this, that padding is not included in the colored background. Bug: 168637667 Test: build, test color overlay on ARC++. Change-Id: I23306a130e543593c52231fe8dbc896cbe2874b8 --- core/res/res/layout/notification_material_action_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/layout/notification_material_action_list.xml b/core/res/res/layout/notification_material_action_list.xml index df271f0f2942c..ffb9603529c26 100644 --- a/core/res/res/layout/notification_material_action_list.xml +++ b/core/res/res/layout/notification_material_action_list.xml @@ -28,6 +28,7 @@ android:gravity="end" android:orientation="horizontal" android:paddingEnd="@dimen/bubble_gone_padding_end" + android:background="@color/notification_action_list_background_color" >