Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acae9185 authored by Dayona Joseph's avatar Dayona Joseph
Browse files

Change inCall UI color

parent 10ed21cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
  }
}
+0 −2
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
      primary activity colors.
  -->
  <array name="background_colors">
    <item>#00796B</item>
    <item>#3367D6</item>
    <item>#303F9F</item>
    <item>#7B1FA2</item>
@@ -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>