Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30443251 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Apply notification action list bg color to actions container"

parents fe094ec0 2ded45fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
            >

            <com.android.internal.widget.NotificationActionListLayout
@@ -38,7 +39,6 @@
                android:orientation="horizontal"
                android:gravity="center_vertical"
                android:visibility="gone"
                android:background="@color/notification_action_list_background_color"
                >
                <!-- actions will be added here -->
            </com.android.internal.widget.NotificationActionListLayout>