commit | 8f28cd5d75e385f52d6b29e19eccd7eb639d6579 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Fri Nov 30 12:32:58 2012 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Fri Nov 30 12:32:58 2012 -0800 |
tree | 08b2f842764bb446ec727069bf72346487905346 | |
parent | 0206284a661b3370a175bb8c28c005aa6b45d9d3 [diff] |
Fix incorrectly inverted text color. Bug: 7632947 Change-Id: I2eb8c4c24bda5b08215204330c30431bf6d0fc27
diff --git a/src/com/android/settings/applications/ManageApplications.java b/src/com/android/settings/applications/ManageApplications.java index b94d944..d4df397 100644 --- a/src/com/android/settings/applications/ManageApplications.java +++ b/src/com/android/settings/applications/ManageApplications.java
@@ -765,9 +765,6 @@ 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) {