Keyboard.Row can have keyLabelFlags attribute
Change-Id: I5af1f1d88153068d7be6e496e6dd77bd5b09a894main
parent
0154e3620f
commit
221929c643
|
@ -64,12 +64,11 @@ public final class KeyboardRow {
|
||||||
R.styleable.Keyboard_Key);
|
R.styleable.Keyboard_Key);
|
||||||
mDefaultKeyWidth = keyAttr.getFraction(R.styleable.Keyboard_Key_keyWidth,
|
mDefaultKeyWidth = keyAttr.getFraction(R.styleable.Keyboard_Key_keyWidth,
|
||||||
params.mBaseWidth, params.mBaseWidth, params.mDefaultKeyWidth);
|
params.mBaseWidth, params.mBaseWidth, params.mDefaultKeyWidth);
|
||||||
|
mDefaultKeyLabelFlags = keyAttr.getInt(R.styleable.Keyboard_Key_keyLabelFlags, 0);
|
||||||
mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
|
mDefaultBackgroundType = keyAttr.getInt(R.styleable.Keyboard_Key_backgroundType,
|
||||||
Key.BACKGROUND_TYPE_NORMAL);
|
Key.BACKGROUND_TYPE_NORMAL);
|
||||||
keyAttr.recycle();
|
keyAttr.recycle();
|
||||||
|
|
||||||
// TODO: Initialize this with <Row> attribute as backgroundType is done.
|
|
||||||
mDefaultKeyLabelFlags = 0;
|
|
||||||
mCurrentY = y;
|
mCurrentY = y;
|
||||||
mCurrentX = 0.0f;
|
mCurrentX = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue