Loading src/com/android/contacts/common/list/ContactListItemView.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; } } Loading src/com/android/contacts/activities/ActionBarAdapter.java +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/com/android/contacts/common/list/ContactListItemView.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; } } Loading
src/com/android/contacts/activities/ActionBarAdapter.java +1 −1 File changed.Contains only whitespace changes. Show changes