Fix width of ContactListPinnedHeaderView
CHANGE:
Change ContactListPinnedHeaderView so that it's non-padded width matches
ContactListItemView#mHeaderTextView.
BACKGROUND:
ContactListPinnedHeaderView and ContactListItemView#mHeaderTextView both
represent letter headers. ContactListPinnedHeaderView overlaps
ContactListItemView#mHeaderTextView.
ContactListPinnedHeaderView and ContactListItemView#mHeaderTextView's
header were both given the same width. But ContactListPinnedHeaderView
has starting padding whereas ContactListItemView has a starting margin
(more precisely, it uses a custom layout function to simulate margin).
Therefore, the portion of ContactListPinnedHeaderView
that was used to display text was smaller than ContactListItemView.
Bug: 17393755
Change-Id: I3610ad29058832cebbe8abba537057bb723bd945
1 file changed