mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix mismatched attribute in KeyboardView
This is a followup of Iea7f8f34. Bug: 5023981 Change-Id: Ice6d949581aea7ca68799be2b91ff28234dd88d6
This commit is contained in:
parent
60dfe896d4
commit
3e63fbe400
@ -223,7 +223,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy {
|
||||
|
||||
public KeyDrawParams(TypedArray a) {
|
||||
mKeyBackground = a.getDrawable(R.styleable.KeyboardView_keyBackground);
|
||||
if (a.hasValue(R.styleable.KeyboardView_keyLabelSize)) {
|
||||
if (a.hasValue(R.styleable.KeyboardView_keyLetterSize)) {
|
||||
mKeyLetterRatio = UNDEFINED_RATIO;
|
||||
mKeyLetterSize = a.getDimensionPixelSize(
|
||||
R.styleable.KeyboardView_keyLetterRatio, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user