saurabh2590 / EasyAccess

A new shell for Android
3 stars 6 forks source link

Change Answer call screen UI elements #11

Closed justdroid closed 9 years ago

justdroid commented 9 years ago

BUG On answer call screen, remove TextView and display caller name on the answer/reject buttons

DETAILS Currently the name/phone number of the caller gets displayed underneath the Answer and Reject buttons, like this:

Answer button Reject button [NAME] text view

If users receive a call, they are prompted to press the Answer or Reject button first before the screen reader reads out who is calling them. More sensible would be to update the caption of the Answer and Reject call buttons with the name of the caller, like this;

Answer [NAME] Reject [NAME]

LIKELY MODULE phonedialer/CallingScreen.java