Displaying the caller's last name on Android. Change contact display options. Determining whether to display contacts without phone numbers

Full screen incoming, outgoing for KIT CAT 4.4.2


Tested on Thl 5000, THL T100S.


1. First, remove the black square in the incoming

xmlns:android="http://schemas.android.com/apk/res/android" xmlns:dc="http://schemas.android.com/apk/res-auto">





android:layout_height="500.0dip"- raise the unlock ring up, if not necessary, then leave the original one
2.
1.

2.3. xmlns:android="http://schemas.android.com/apk/res/android">
4.
5.
6.
7.
8.
9.
10.

11.





We move line No. 11 (red - original place) to place No. 9 (blue - moved line) and add it to the line itself android:layout_alignParentBottom="true" to orient the button block at the bottom.
In line No. 8 we change android:layout_height="fill_parent" on android:layout_height="500.0dip", this is necessary for the correct display of the additional panel of the service set
3.

and add to it android:background="#00000000" to make the background of the buttons transparent, it should look like this:

The end call button is initially at the top, to move it to the bottom you need a line

move immediately behind the block (place below)

4.
on #00000000
5.

We change #ff000000

This is the transparency of the end call button.
Then we find the button in the folders with pictures ic_in_call_phone_hangup.png and repaint it red or at your discretion.
Well, you need to repaint the buttons, which were originally white - additional panels, microphone, Speakerphone etc. I can write what they are on my phone, but perhaps they will be different on yours. We search visually.
These are the main edits. If something is not clear or is not right, you need to Dialer\res\values\styles.xml
find