Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationTemplateViewWrapper.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationTemplateViewWrapper.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -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 Loading