Loading src/com/android/contacts/drawer/DrawerAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,7 @@ public class DrawerAdapter extends BaseAdapter { textView.setTextAppearance(mActivity, activated ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE); if (activated) { imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR), imageView.setColorFilter(ACCENT_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 @@ -400,7 +400,7 @@ public class DrawerAdapter extends BaseAdapter { textView.setTextAppearance(mActivity, activated ? TYPEFACE_STYLE_ACTIVATE : TYPEFACE_STYLE_INACTIVE); if (activated) { imageView.setColorFilter(mActivity.getResources().getColor(ACCENT_COLOR), imageView.setColorFilter(ACCENT_COLOR, PorterDuff.Mode.SRC_ATOP); } else { imageView.clearColorFilter(); Loading