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

Commit 90158d0a authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Fix alignment of ambient notificaiton

Change-Id: I85f7686e1e09d266308f00570bed6ae6b3eaa4a5
Fixes: 71769708
Test: visual
parent 6bf7b64e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4130,7 +4130,7 @@ public class Notification implements Parcelable
            final Bundle ex = mN.extras;
            updateBackgroundColor(contentView);
            bindNotificationHeader(contentView, p.ambient, p.headerTextSecondary);
            bindLargeIcon(contentView, p.hideLargeIcon, p.alwaysShowReply);
            bindLargeIcon(contentView, p.hideLargeIcon || p.ambient, p.alwaysShowReply);
            boolean showProgress = handleProgressBar(p.hasProgress, contentView, ex);
            if (p.title != null) {
                contentView.setViewVisibility(R.id.title, View.VISIBLE);
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@
                android:singleLine="true"
                android:ellipsize="marquee"
                android:fadingEdge="horizontal"
                android:textSize="20sp"
                android:textSize="24sp"
                android:textColor="#ffffffff"
            />
            <TextView android:id="@+id/text"