Fix crash in battery screen
Also add a fake app item Bug: 21624653 Change-Id: I1a8598472e014f773d2396a9a08fd03e8e32b400
This commit is contained in:
@@ -40,7 +40,7 @@ public class TintablePreference extends Preference {
|
||||
super.onBindView(view);
|
||||
|
||||
if (mTintColor != 0) {
|
||||
((ImageView) view.findViewById(R.id.icon)).setImageTintList(
|
||||
((ImageView) view.findViewById(android.R.id.icon)).setImageTintList(
|
||||
ColorStateList.valueOf(mTintColor));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user