Merge "Tint battery fix icon" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-04-16 16:25:34 +00:00
committed by Android (Google) Code Review
3 changed files with 86 additions and 11 deletions

View File

@@ -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;
}