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

Commit 0afb8b77 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz Committed by Android (Google) Code Review
Browse files

Merge "[RONs] Fix ToplineView and LargeIcon Overlapping" into main

parents 57372855 b0f8ccb6
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -216,8 +216,7 @@ public class NotificationTemplateViewWrapper extends NotificationHeaderViewWrapp
            }
            }


            // align top line view to start of the right icon.
            // align top line view to start of the right icon.
            final int iconSize = mView.getResources().getDimensionPixelSize(
            final int iconSize = rightIconLP.width;
                com.android.internal.R.dimen.notification_right_icon_size);
            final int marginEnd = 2 * horizontalMargin + iconSize;
            final int marginEnd = 2 * horizontalMargin + iconSize;
            final boolean isTitleInTopLine;
            final boolean isTitleInTopLine;
            // set margin end for the top line view if it exists
            // set margin end for the top line view if it exists