Dim icons when recent apps category is disabled

- Fix b/10654646

Change-Id: I7581054b0838c801cf9a6c889e8aeb9db8c7ba56
This commit is contained in:
Lifu Tang
2013-09-06 20:19:33 -07:00
parent 066d04def1
commit ebcd196a0b
2 changed files with 53 additions and 1 deletions

View File

@@ -96,7 +96,7 @@ public class RecentLocationApps {
CharSequence label,
boolean isHighBattery,
Preference.OnPreferenceClickListener listener) {
Preference pref = new Preference(mActivity);
Preference pref = new DimmableIconPreference(mActivity);
pref.setIcon(icon);
pref.setTitle(label);
if (isHighBattery) {