summaryrefslogtreecommitdiffstats
path: root/src/com/android/phone/common/util/ViewUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* Reduce InCallUI name text field size to prevent text truncationKamaljeet Maini2016-05-061-1/+12
| | | | | | | | | | | | | | | The resizeText() function calculates maximum possible text size for the available width. In some cases, this leads to slightly bigger text than width of text view, causing InCallUI name truncation. To prevent this issue, the text size is now reduced by a fixed value of 1. This solves the issue by providing enough margin on a failing product. This margin may not be enough for all scenarios. So it may need to be changed for other products. The goal is to keep this margin small enough to minimize impact on non-failing products. Change-Id: I390ca38b1cad29db42d6a1ed52346c6a72dec4a8 Issue-Id: CYNGNOS-2674
* Update Outline APIChris Craik2014-07-181-15/+9
| | | | Change-Id: Iab76b6e4f0a384e3b633d2c1050dbf353cc1bcd2
* Add text resizing to InCallUI name field (2/2).Sai Cheemalapati2014-06-231-0/+15
| | | | | | | | | Set maximum size of primary name text to 45 pt. Scales down to minimum size of 34 pt. Bug: 15457502 Change-Id: I12dabf66cbefaa4ad458abdb910e8b0417f5b234
* Update Emergency Dialer to match Dialer (5/7).Sai Cheemalapati2014-06-201-0/+97
| | | | | | | | Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: Ia3b937c12fc133a04c10ba842df9e89012ba331d
* Revert "Update Emergency Dialer to match Dialer (5/5)."Yorke Lee2014-06-201-97/+0
| | | | | | This reverts commit c4a7bd9be54759105c0a9ea235ac5bda2c1b3f8f. Change-Id: I9a81515783de2ab534a611c777f10b9376ca3b7a
* Update Emergency Dialer to match Dialer (5/5).Sai Cheemalapati2014-06-201-0/+97
Emergency dialer style updated to match style in Dialer and InCallUI. Moved all dialpad resources to PhoneCommon. Change-Id: I9137a6114dad628309659b5381d501d7db2f455f