Update Back arrow colors
Bug: 284301588 Test: Manual Change-Id: If56fcb15c9452f1f114bc7cd11a706ada2cc83e1
This commit is contained in:
@@ -157,17 +157,17 @@ class BackPanel(
|
||||
|
||||
arrowPaint.color = Utils.getColorAttrDefaultColor(context,
|
||||
if (isDeviceInNightTheme) {
|
||||
com.android.internal.R.attr.colorAccentPrimary
|
||||
com.android.internal.R.attr.materialColorOnSecondaryContainer
|
||||
} else {
|
||||
com.android.internal.R.attr.textColorPrimary
|
||||
com.android.internal.R.attr.materialColorOnSecondaryFixed
|
||||
}
|
||||
)
|
||||
|
||||
arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context,
|
||||
if (isDeviceInNightTheme) {
|
||||
com.android.internal.R.attr.materialColorOnSecondary
|
||||
com.android.internal.R.attr.materialColorSecondaryContainer
|
||||
} else {
|
||||
com.android.internal.R.attr.colorAccentSecondary
|
||||
com.android.internal.R.attr.materialColorSecondaryFixedDim
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user