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

Commit 0cf443bb 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

Change-Id: Ie03dd044bb67cbd31b92deec367c796bc7515c85
parents 04e39ef2 f4a0a40b
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());