OSDN Git Service

am b0f3f8db: Merge "Fix incorrectly inverted text color." into jb-mr1.1-dev
authorJeff Sharkey <jsharkey@android.com>
Sat, 1 Dec 2012 01:45:20 +0000 (17:45 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Sat, 1 Dec 2012 01:45:20 +0000 (17:45 -0800)
* commit 'b0f3f8dbea32c8566ae29af4b9e2fcb904588c4f':
  Fix incorrectly inverted text color.

src/com/android/settings/applications/ManageApplications.java

index b94d944..d4df397 100644 (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) {