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

Commit 8bee30db authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add account icon image view and change style of list header"

parents 804e5ceb baf2622d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1107,8 +1107,7 @@ public class ContactListItemView extends ViewGroup
            mNameTextView.setSingleLine(true);
            mNameTextView.setEllipsize(getTextEllipsis());
            mNameTextView.setTextColor(mNameTextViewTextColor);
            mNameTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
                    mNameTextViewTextSize);
            mNameTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, mNameTextViewTextSize);
            // Manually call setActivated() since this view may be added after the first
            // setActivated() call toward this whole item view.
            mNameTextView.setActivated(isActivated());