In call Dialer Text Color *SOLVED*

HeyItsLou

Senior Member
Jun 17, 2010
920
126
0
Ok guys I'm looking for the xml needed to edit the in call dialer button text color. I know this xml is in Phone.apk can't seem to find the right file.....thanks Lou

Sent from my ADR6300 using XDA App
 
Last edited:

OSully

Senior Member
Aug 18, 2010
995
38
0
New York
You've got to do it in both, lou. It's the styles xml files in the values-hdpi folders. Htcdialer.apk and phone.apk for the in call dialer.

Sent from my Droid Incredible using XDA App
 

HeyItsLou

Senior Member
Jun 17, 2010
920
126
0
res/values-hdpi-v4


Code:
<style name="text_style_dialer_button_number">
        <item name="android:textSize">27.0sp</item>
        <item name="android:textColor">#ffffffff</item>
        <item name="android:layout_gravity">center_horizontal</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:shadowColor">#ff000000</item>
        <item name="android:shadowDx">2.0</item>
        <item name="android:shadowDy">2.0</item>
        <item name="android:shadowRadius">1.0</item>
Zero Button
Code:
<style name="text_style_dialer_button_zero_number">
        <item name="android:textSize">27.0sp</item>
        <item name="android:textColor">#ffffffff</item>
        <item name="android:layout_gravity">center</item>
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:shadowColor">#ff000000</item>
        <item name="android:shadowDx">2.0</item>
        <item name="android:shadowDy">2.0</item>
        <item name="android:shadowRadius">1.0</item>
In case anyone else is looking for it. This will change the text to white with a black shadow.
 
Last edited:

HeyItsLou

Senior Member
Jun 17, 2010
920
126
0
You're welcome

Sent from my Droid Incredible using XDA App
Thanks, I had actually tried to edit that file in a previous test but put an incorrect color code in I only keyed in 5 "f" values instead of 6 so it didn't work. FYI to get the in call dialer text color changed you don't need to edit HtcDialer.apk those edits are only for the standard Phone Dialer which I had done a few days ago just needed to find that pesky file for the in call text.
 
Our Apps
Get our official app!
The best way to access XDA on your phone
Nav Gestures
Add swipe gestures to any Android
One Handed Mode
Eases uses one hand with your phone