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

main
Tadashi G. Takaoka 2011-02-19 23:15:35 -08:00 committed by Android (Google) Code Review
commit ec63fb17d3
1 changed files with 1 additions and 0 deletions

View File

@ -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) {