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

Commit a7e92c29 authored by masafumi miya's avatar masafumi miya Committed by android-build-merger
Browse files

Merge "Adjust the padding of list item in the contact list" am: f4a0a40b am: 0cf443bb

am: be6183bc

Change-Id: I026b2585d746eb73a30df133498d4e1d4062c2d9
parents 43a7c519 be6183bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -588,7 +588,8 @@ public class ContactListItemView extends ViewGroup
        // Calculate height including padding.
        int height = (mNameTextViewHeight + mPhoneticNameTextViewHeight +
                mLabelAndDataViewMaxHeight +
                mSnippetTextViewHeight + mStatusTextViewHeight);
                mSnippetTextViewHeight + mStatusTextViewHeight
                + getPaddingBottom() + getPaddingTop());

        // Make sure the height is at least as high as the photo
        height = Math.max(height, mPhotoViewHeight + getPaddingBottom() + getPaddingTop());