diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-05 17:54:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-05 17:54:57 +0000 |
commit | 9019be58853b4a0e9ece2fea0ac3c8a9cb7d0e02 (patch) | |
tree | 1584142fc39e47a3c5a476ccf83742cc1be82ea1 /src | |
parent | 55d46030f7e08c60eb0f8d4d271db1a1329572dc (diff) | |
parent | 7e8ea191d0858f02b6b1c002f54c18ab798bd732 (diff) |
Merge "Fix spacing issues in call log icons" into klp-dev
Diffstat (limited to 'src')
-rw-r--r-- | src/com/android/dialer/PhoneCallDetailsHelper.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/dialer/PhoneCallDetailsHelper.java b/src/com/android/dialer/PhoneCallDetailsHelper.java index b51a27bce..be9cb660f 100644 --- a/src/com/android/dialer/PhoneCallDetailsHelper.java +++ b/src/com/android/dialer/PhoneCallDetailsHelper.java @@ -72,6 +72,7 @@ public class PhoneCallDetailsHelper { for (int index = 0; index < count && index < MAX_CALL_TYPE_ICONS; ++index) { views.callTypeIcons.add(details.callTypes[index]); } + views.callTypeIcons.requestLayout(); views.callTypeIcons.setVisibility(View.VISIBLE); // Show the total call count only if there are more than the maximum number of icons. |