mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Read "enabled" attribute of Key from <key-style>
This is follow up change of I1ea82d9f. Bug: 3384942 Change-Id: If96eda69fe81edbfc1b243a6fa9f8eb6bbf4c12d
This commit is contained in:
parent
ea6c2e3350
commit
fdb6a194b1
@ -188,6 +188,7 @@ public class KeyStyles {
|
||||
readBoolean(keyAttr, R.styleable.Keyboard_Key_isModifier);
|
||||
readBoolean(keyAttr, R.styleable.Keyboard_Key_isSticky);
|
||||
readBoolean(keyAttr, R.styleable.Keyboard_Key_isRepeatable);
|
||||
readBoolean(keyAttr, R.styleable.Keyboard_Key_enabled);
|
||||
}
|
||||
|
||||
private void readDrawable(TypedArray a, int index) {
|
||||
|
Loading…
Reference in New Issue
Block a user