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

Commit baf2622d authored by Wenyi Wang's avatar Wenyi Wang
Browse files

Add account icon image view and change style of list header

And move search hint to left per UX.

Bug 29831679
Bug 29190106

Change-Id: I3ea68bd953be5d81ffb90dd0733ef33eac93e4e1
parent 4502d936
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());