icons to changeI have rooted note 8 N950F pie with deluxe rom and I try to color the "in call" icons from white to red.
what I did was to change some parameters in colors.xml
(SamsungInCallUI/res/values/colors.xml
).
The Parameters I changed are:
<color name="call_card_element_color_default">#ffff0000</color>
<color name="call_card_state_sub_text_color">#ffff0000</color>
<color name="incall_button_checked_disabled_tint">#66008000</color>
<color name="incall_button_checked_tint">#ff008000</color>
<color name="incall_button_default_tint">#ffff0000</color>
<color name="incall_button_disabled_text">#66ff0000</color>
<color name="incall_button_disabled_tint">#66ff0000</color>
<color name="incall_button_text">#ffff0000</color>
<color name="incoming_call_default_text_color">#ffff0000</color>
but there is no effect on the color.
Please can anyone can tell me what I need to do?
Thanks.
question from:
https://stackoverflow.com/questions/65849962/cant-change-the-in-call-icons-color-in-samsungincallui-apk 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…