Loading java/com/android/dialer/calllogutils/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> java/com/android/dialer/contacts/resources/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> java/com/android/dialer/dialpadview/DialpadFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading java/com/android/dialer/theme/common/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading java/com/android/incallui/answer/impl/answermethod/res/values/values.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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
java/com/android/dialer/calllogutils/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
java/com/android/dialer/contacts/resources/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>
java/com/android/dialer/dialpadview/DialpadFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
java/com/android/dialer/theme/common/res/values/colors.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
java/com/android/incallui/answer/impl/answermethod/res/values/values.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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>