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

Commit 8c21a2ae authored by Wenyi Wang's avatar Wenyi Wang Committed by Android (Google) Code Review
Browse files

Merge "Modify name text bound if delete button is visible" into ub-contactsdialer-g-dev

parents d3f2417d d348a90b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -674,11 +674,13 @@ public class ContactListItemView extends ViewGroup
                        photoTop,
                        rightBound,
                        photoTop + mDeleteImageButtonSize);
                rightBound -= mDeleteImageButtonSize;
            } else {
                mDeleteImageButton.layout(leftBound,
                        photoTop,
                        leftBound + mDeleteImageButtonSize,
                        photoTop + mDeleteImageButtonSize);
                leftBound += mDeleteImageButtonSize;
            }
        }

+1 −1

File changed.

Contains only whitespace changes.