Tint battery fix icon
Fixes: 129492004 Test: manual Change-Id: I161284619bc47e342d78f1507ae291f7c23ad3ff
This commit is contained in:
@@ -160,7 +160,7 @@ public abstract class BatteryTip implements Comparable<BatteryTip>, Parcelable {
|
||||
}
|
||||
|
||||
/** Returns the color resid for tinting {@link #getIconId()} or {@link View#NO_ID} if none. */
|
||||
protected @IdRes int getIconTintColorId() {
|
||||
public @IdRes int getIconTintColorId() {
|
||||
return View.NO_ID;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user