diff --git a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/FeatureListFragment.java b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/FeatureListFragment.java index 112da49..dd4c046 100644 --- a/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/FeatureListFragment.java +++ b/LocationRinger/src/com/TwentyCodes/android/LocationRinger/ui/fragments/FeatureListFragment.java @@ -130,7 +130,7 @@ public class FeatureListFragment extends BaseFragmentListFragment implements OnC if(Integer.valueOf(android.os.Build.VERSION.SDK_INT) < 11){ final TextView t = (TextView) v.findViewById(android.R.id.text1); - t.setTextColor(Color.BLACK); + t.setTextColor(isEnabled(position) ? Color.BLACK : Color.GRAY); } return v;