Merge "Automated Token Alignment Android/Material" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b93f186df4
@@ -301,7 +301,7 @@ public class BatteryChartView extends AppCompatImageView implements View.OnClick
|
||||
mTrapezoidSolidColor = Utils.getColorAccentDefaultColor(context);
|
||||
mTrapezoidColor = Utils.getDisabled(context, mTrapezoidSolidColor);
|
||||
mTrapezoidHoverColor = Utils.getColorAttrDefaultColor(context,
|
||||
com.android.internal.R.attr.colorAccentSecondaryVariant);
|
||||
com.android.internal.R.attr.materialColorSecondaryContainer);
|
||||
// Initializes the divider line paint.
|
||||
final Resources resources = getContext().getResources();
|
||||
mDividerWidth = resources.getDimensionPixelSize(R.dimen.chartview_divider_width);
|
||||
|
Reference in New Issue
Block a user