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

Commit 4b3e0eea authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Rename new footer XML

This is to match the new naming convention for the redesign.

Bug: 375010573
Test: builds
Flag: com.android.systemui.notifications_redesign_footer_view
Change-Id: Ib06c3d34dc2142a3307382e6b327e7a2b243eeaf
parent a6a88a4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class FooterViewTest extends SysuiTestCase {
    public void setUp() {
        if (NotifRedesignFooter.isEnabled()) {
            mView = (FooterView) LayoutInflater.from(mSpyContext).inflate(
                    R.layout.status_bar_notification_footer_redesign, null, false);
                    R.layout.notification_2025_footer, null, false);
        } else {
            mView = (FooterView) LayoutInflater.from(mSpyContext).inflate(
                    R.layout.status_bar_notification_footer, null, false);
+1 −2
Original line number Diff line number Diff line
@@ -147,8 +147,7 @@ constructor(
            // The footer needs to be re-inflated every time the theme or the font size changes.
            configuration
                .inflateLayout<FooterView>(
                    if (NotifRedesignFooter.isEnabled)
                        R.layout.status_bar_notification_footer_redesign
                    if (NotifRedesignFooter.isEnabled) R.layout.notification_2025_footer
                    else R.layout.status_bar_notification_footer,
                    parentView,
                    attachToRoot = false,