Make battery settings use new battery graph.
Change-Id: I633a8750f9668c6315cd42866297ac3460375c22
This commit is contained in:
@@ -42,6 +42,8 @@ public class TintablePreference extends Preference {
|
||||
if (mTintColor != 0) {
|
||||
((ImageView) view.findViewById(android.R.id.icon)).setImageTintList(
|
||||
ColorStateList.valueOf(mTintColor));
|
||||
} else {
|
||||
((ImageView) view.findViewById(android.R.id.icon)).setImageTintList(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user