am 1d3dbecd: am b0f3f8db: Merge "Fix incorrectly inverted text color." into jb-mr1.1-dev

* commit '1d3dbecd9c76e0475f77d5bb443cd06018513944':
  Fix incorrectly inverted text color.
This commit is contained in:
Jeff Sharkey
2012-11-30 17:46:17 -08:00
committed by Android Git Automerger

View File

@@ -765,9 +765,6 @@ public class ManageApplications extends Fragment implements
holder.entry = entry;
if (entry.label != null) {
holder.appName.setText(entry.label);
holder.appName.setTextColor(mContext.getResources().getColorStateList(
entry.info.enabled ? android.R.color.primary_text_dark
: android.R.color.secondary_text_dark));
}
mState.ensureIcon(entry);
if (entry.icon != null) {