Loading packages/SystemUI/src/com/android/systemui/navigationbar/gestural/BackPanel.kt +4 −4 Original line number Original line Diff line number Diff line Loading @@ -157,17 +157,17 @@ class BackPanel( arrowPaint.color = Utils.getColorAttrDefaultColor(context, arrowPaint.color = Utils.getColorAttrDefaultColor(context, if (isDeviceInNightTheme) { if (isDeviceInNightTheme) { com.android.internal.R.attr.colorAccentPrimary com.android.internal.R.attr.materialColorOnSecondaryContainer } else { } else { com.android.internal.R.attr.textColorPrimary com.android.internal.R.attr.materialColorOnSecondaryFixed } } ) ) arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context, arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context, if (isDeviceInNightTheme) { if (isDeviceInNightTheme) { com.android.internal.R.attr.materialColorOnSecondary com.android.internal.R.attr.materialColorSecondaryContainer } else { } else { com.android.internal.R.attr.colorAccentSecondary com.android.internal.R.attr.materialColorSecondaryFixedDim } } ) ) } } Loading Loading
packages/SystemUI/src/com/android/systemui/navigationbar/gestural/BackPanel.kt +4 −4 Original line number Original line Diff line number Diff line Loading @@ -157,17 +157,17 @@ class BackPanel( arrowPaint.color = Utils.getColorAttrDefaultColor(context, arrowPaint.color = Utils.getColorAttrDefaultColor(context, if (isDeviceInNightTheme) { if (isDeviceInNightTheme) { com.android.internal.R.attr.colorAccentPrimary com.android.internal.R.attr.materialColorOnSecondaryContainer } else { } else { com.android.internal.R.attr.textColorPrimary com.android.internal.R.attr.materialColorOnSecondaryFixed } } ) ) arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context, arrowBackgroundPaint.color = Utils.getColorAttrDefaultColor(context, if (isDeviceInNightTheme) { if (isDeviceInNightTheme) { com.android.internal.R.attr.materialColorOnSecondary com.android.internal.R.attr.materialColorSecondaryContainer } else { } else { com.android.internal.R.attr.colorAccentSecondary com.android.internal.R.attr.materialColorSecondaryFixedDim } } ) ) } } Loading