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

Commit cd491968 authored by Fahim's avatar Fahim
Browse files

WIP: change color to test

parent 180509ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
          android:contentDescription="@string/description_dial_button"
          android:src="@drawable/quantum_ic_call_white_24"
          android:visibility="invisible"
          app:backgroundTint="@color/dialer_call_green"
          android:background="@color/dialer_call_green"
          app:elevation="@dimen/floating_action_button_translation_z"/>
    </RelativeLayout>
  </LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
      android:src="@drawable/quantum_ic_call_vd_theme_24"
      android:tint="?colorIconOnUnthemedDarkBackground"
      android:visibility="invisible"
      app:backgroundTint="@color/dialer_call_green"
      android:background="@color/dialer_call_green"
      app:colorControlNormal="?colorIconOnUnthemedDarkBackground"
      app:elevation="@dimen/floating_action_button_translation_z"/>
</view>
+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">#38D874</color>
  <color name="dialer_call_green">#34A853</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>