Loading src/com/android/contacts/common/list/ContactListItemView.java +4 −6 Original line number Diff line number Diff line Loading @@ -637,13 +637,11 @@ public class ContactListItemView extends ViewGroup mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); mLeftOffset = left + leftBound; mRightOffset = left + rightBound; if (mIsSectionHeaderEnabled) { if (isLayoutRtl) { rightBound -= mGapBetweenIndexerAndImage; } else { leftBound += mGapBetweenIndexerAndImage; } } if (mActivatedStateSupported && isActivated()) { mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); Loading Loading
src/com/android/contacts/common/list/ContactListItemView.java +4 −6 Original line number Diff line number Diff line Loading @@ -637,13 +637,11 @@ public class ContactListItemView extends ViewGroup mBoundsWithoutHeader.set(left + leftBound, topBound, left + rightBound, bottomBound); mLeftOffset = left + leftBound; mRightOffset = left + rightBound; if (mIsSectionHeaderEnabled) { if (isLayoutRtl) { rightBound -= mGapBetweenIndexerAndImage; } else { leftBound += mGapBetweenIndexerAndImage; } } if (mActivatedStateSupported && isActivated()) { mActivatedBackgroundDrawable.setBounds(mBoundsWithoutHeader); Loading