Merge "Eliminate "..." from the key that has no popup mini keyboard automatically"

main
Tadashi G. Takaoka 2011-07-31 18:43:17 -07:00 committed by Android (Google) Code Review
commit 2afc2adb01
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy {
}
// Draw popup hint "..." at the bottom right corner of the key.
if (key.hasPopupHint()) {
if (key.hasPopupHint() && key.mPopupCharacters != null && key.mPopupCharacters.length > 0) {
paint.setTextSize(params.mKeyHintLetterSize);
paint.setColor(params.mKeyHintLabelColor);
paint.setTextAlign(Align.CENTER);