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

Commit 7b7a8799 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Romain Hunault
Browse files

3952-P-Call_button_background_color_issue

parent 7d81069e
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">#00a8ff</color>
  <!-- Color for outgoing call icons. -->
  <color name="answered_outgoing_call">#00c853</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>
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="#e3e3e3"/>
        android:background="@lineageos.platform:color/color_default_divider"/>

  </LinearLayout>

@@ -140,7 +140,7 @@
  <View
      android:layout_width="match_parent"
      android:layout_height="1dp"
      android:background="#e3e3e3"/>
      android:background="@lineageos.platform:color/color_default_divider"/>

  <Space
      android:layout_width="match_parent"
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@

  <color name="dialer_snackbar_action_text_color">@color/color_default_accent</color>

<!--  <color name="dialpad_fab_green">#00C853</color>-->
  <color name="dialpad_fab_green">@lineageos.platform:color/color_default_green1</color>

  <color name="dialer_secondary_color">@lineageos.platform:color/color_default_red1</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">#00C853</color>
  <color name="incoming_answer_icon">#00C853</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>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
  <solid android:color="#00C853"/>
  <solid android:color="@lineageos.platform:color/color_default_green1"/>
</shape>
 No newline at end of file
Loading