Loading src/com/android/contacts/drawer/DrawerAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ public class DrawerAdapter extends BaseAdapter { textView.setTextAppearance(mActivity, activated ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE); if (activated) { imageView.setColorFilter(ACCENT_COLOR, imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR), PorterDuff.Mode.SRC_ATOP); textView.setTextColor(ACCENT_COLOR); } else { Loading Loading
src/com/android/contacts/drawer/DrawerAdapter.java +2 −2 Original line number Diff line number Diff line Loading @@ -406,7 +406,7 @@ public class DrawerAdapter extends BaseAdapter { textView.setTextAppearance(mActivity, activated ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE); if (activated) { imageView.setColorFilter(ACCENT_COLOR, imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR), PorterDuff.Mode.SRC_ATOP); textView.setTextColor(ACCENT_COLOR); } else { Loading