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

Commit daeccb47 authored by Fahim's avatar Fahim
Browse files

use sdk green color

parent 691d7493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
  <!-- Color for answered call icons. -->
  <color name="answered_incoming_call">@lineageos.platform:color/color_default_blue1</color>
  <!-- Color for outgoing call icons. -->
  <color name="answered_outgoing_call">#34A853</color>
  <color name="answered_outgoing_call">@lineageos.platform:color/color_default_green1</color>
  <!-- Color for blocked call icons. -->
  <color name="blocked_call">@color/dialer_secondary_text_color</color>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -47,5 +47,5 @@
  <color name="call_subject_divider">#d8d8d8</color>

  <!-- Text color for the SEND & CALL button on the call subject dialog. -->
  <color name="call_subject_button">#34A853</color>
  <color name="call_subject_button">@lineageos.platform:color/color_default_green1</color>
</resources>
+0 −1
Original line number Diff line number Diff line
@@ -456,7 +456,6 @@ public class DialpadFragment extends Fragment
    dialpadChooser.setOnItemClickListener(this);

    floatingActionButton = fragmentView.findViewById(R.id.dialpad_floating_action_button);
    //floatingActionButton.setBackgroundTintList(ColorStateList.valueOf(getActivity().getResources().getColor(R.color.dialer_call_green)));
    floatingActionButton.setOnClickListener(this);
    floatingActionButtonController =
        new FloatingActionButtonController(getActivity(), floatingActionButton);
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->
<!-- The colors in this file aren't configured at the theme level. -->
<resources>
  <color name="dialer_call_green">#34A853</color>
  <color name="dialer_call_green">@lineageos.platform:color/color_default_green1</color>
  <color name="dialer_end_call_button_color">#BD2A2A</color>
  <color name="dialer_divider_line_color">#D8D8D8</color>
  <color name="dialer_link_color">#2A56C6</color>
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

<resources>
  <color name="call_hangup_background">#DF0000</color>
  <color name="call_accept_background">#34A853</color>
  <color name="incoming_answer_icon">#34A853</color>
  <color name="call_accept_background">@lineageos.platform:color/color_default_green1</color>
  <color name="incoming_answer_icon">@lineageos.platform:color/color_default_green1</color>
  <bool name="two_button_show_button_labels">false</bool>
</resources>
Loading