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

Commit 94af8436 authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Modify name text bound if delete button is visible

am: d348a90b

Change-Id: I2d48835cb83a1e2651ad84f7593008e73cc0a37a
parents c2a6932c 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.