Dim the preference icons when its disabled
- Fix b/16956979 Change-Id: Idfa3fddf63746dea1db0c75dedab06b57aaf5de7
This commit is contained in:
@@ -247,7 +247,7 @@ class SettingsInjector {
|
||||
* Adds an injected setting to the root.
|
||||
*/
|
||||
private Preference addServiceSetting(List<Preference> prefs, InjectedSetting info) {
|
||||
Preference pref = new Preference(mContext);
|
||||
Preference pref = new DimmableIconPreference(mContext);
|
||||
pref.setTitle(info.title);
|
||||
pref.setSummary(null);
|
||||
PackageManager pm = mContext.getPackageManager();
|
||||
|
Reference in New Issue
Block a user