Count up horizontal gap as part of key width
Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73
This commit is contained in:
parent
5d7ba2ce7f
commit
72a82d7ee8
1 changed files with 1 additions and 1 deletions
|
@ -135,6 +135,6 @@ public abstract class KeyDetector {
|
||||||
mostCommonWidth = width;
|
mostCommonWidth = width;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return mostCommonWidth;
|
return mostCommonWidth + keyboard.getHorizontalGap();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue