Merge "Fix storage summary background colors." into oc-dev

This commit is contained in:
Daniel Nishi
2017-05-23 17:35:14 +00:00
committed by Android (Google) Code Review
4 changed files with 31 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ public class BatteryMeterView extends ImageView {
public BatteryMeterView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
super(context, attrs, defStyleAttr);
final int frameColor = context.getColor(R.color.batterymeter_frame_color);
final int frameColor = context.getColor(R.color.meter_background_color);
mAccentColorFilter = new PorterDuffColorFilter(
Utils.getColorAttr(context, android.R.attr.colorAccent), PorterDuff.Mode.SRC_IN);
mErrorColorFilter = new PorterDuffColorFilter(