Revert "Automated Token Alignment Android/Material"
This reverts commit c9ca4a9014.
Reason for revert: Black Search Box in Settings App (Light Theme)
Change-Id: I936e977ce044b8da41d818d6b3392adc6fd1e4e6
This commit is contained in:
committed by
Android (Google) Code Review
parent
c9ca4a9014
commit
1b599e0232
@@ -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.materialColorSecondaryContainer);
|
||||
com.android.internal.R.attr.colorAccentSecondaryVariant);
|
||||
// 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