Loading java/com/android/incallui/InCallUIMaterialColorMapUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,6 @@ public class InCallUIMaterialColorMapUtils extends MaterialColorMapUtils { } // The color isn't in the list, so use the superclass to find an approximate color. return super.calculatePrimaryAndSecondaryColor(color); return super.calculatePrimaryAndSecondaryColor(resources.getColor(R.color.incall_background_gradient_top)); } } java/com/android/incallui/res/values/colors.xml +0 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ primary activity colors. --> <array name="background_colors"> <item>#00796B</item> <item>#3367D6</item> <item>#303F9F</item> <item>#7B1FA2</item> Loading @@ -47,7 +46,6 @@ <!-- Darker versions of background_colors, two shades darker. These colors are used for the status bar. --> <array name="background_colors_dark"> <item>#00695C</item> <item>#2A56C6</item> <item>#283593</item> <item>#6A1B9A</item> Loading Loading
java/com/android/incallui/InCallUIMaterialColorMapUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -62,6 +62,6 @@ public class InCallUIMaterialColorMapUtils extends MaterialColorMapUtils { } // The color isn't in the list, so use the superclass to find an approximate color. return super.calculatePrimaryAndSecondaryColor(color); return super.calculatePrimaryAndSecondaryColor(resources.getColor(R.color.incall_background_gradient_top)); } }
java/com/android/incallui/res/values/colors.xml +0 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ primary activity colors. --> <array name="background_colors"> <item>#00796B</item> <item>#3367D6</item> <item>#303F9F</item> <item>#7B1FA2</item> Loading @@ -47,7 +46,6 @@ <!-- Darker versions of background_colors, two shades darker. These colors are used for the status bar. --> <array name="background_colors_dark"> <item>#00695C</item> <item>#2A56C6</item> <item>#283593</item> <item>#6A1B9A</item> Loading