Loading src/com/android/contacts/drawer/DrawerAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -398,7 +398,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(R.color.primary_color), PorterDuff.Mode.SRC_ATOP); } else { imageView.clearColorFilter(); Loading Loading
src/com/android/contacts/drawer/DrawerAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -398,7 +398,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(R.color.primary_color), PorterDuff.Mode.SRC_ATOP); } else { imageView.clearColorFilter(); Loading