Merge "Like Gmail, we only want to set activated text to a diff color for two pane."
This commit is contained in:
commit
50bf710937
@ -418,7 +418,8 @@ public class MessageListItem extends View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private int getFontColor(int defaultColor) {
|
private int getFontColor(int defaultColor) {
|
||||||
return isActivated() ? ACTIVATED_TEXT_COLOR : defaultColor;
|
return isActivated() && MessageListItemCoordinates.isMultiPane(mContext) ?
|
||||||
|
ACTIVATED_TEXT_COLOR : defaultColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user