regression: fixed the font size of the 0-key in 123 mode
This commit is contained in:
parent
4220bda614
commit
77bbae05d1
1 changed files with 4 additions and 4 deletions
|
|
@ -74,12 +74,12 @@ public class SoftKeyNumber0 extends SoftKeyNumber {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected float getTitleScale() {
|
protected float getTitleScale() {
|
||||||
if (isBopomofo()) {
|
if (isKorean() || (tt9 != null && tt9.isInputModeNumeric())) {
|
||||||
return super.getTitleScale() * TITLE_SCALE_BOPOMOFO;
|
return super.getTitleScale();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isKorean()) {
|
if (isBopomofo()) {
|
||||||
return super.getTitleScale();
|
return super.getTitleScale() * TITLE_SCALE_BOPOMOFO;
|
||||||
}
|
}
|
||||||
|
|
||||||
// scale up the space character, because it is too small
|
// scale up the space character, because it is too small
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue