Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
117 views
in Technique[技术] by (71.8m points)

android - Can't change the "in call" icons color in SamsungInCallUI.apk

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...