Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec63fb17 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Read "enabled" attribute of Key from <key-style>"

parents 351e3c8a fdb6a194
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {