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

Commit 2ded45fd authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

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
parent 5b93018b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -28,6 +28,7 @@
            android:gravity="end"
            android:gravity="end"
            android:orientation="horizontal"
            android:orientation="horizontal"
            android:paddingEnd="@dimen/bubble_gone_padding_end"
            android:paddingEnd="@dimen/bubble_gone_padding_end"
            android:background="@color/notification_action_list_background_color"
            >
            >


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