We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09c914 commit 21019c9Copy full SHA for 21019c9
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/Key.java
@@ -109,7 +109,7 @@ public Key(
109
attributesArray.getBoolean(R.styleable.Key_keyIsExtendedRight, false);
110
isPreviewable =
111
attributesArray.getBoolean(
112
- R.styleable.Row_keysArePreviewable,
+ R.styleable.Key_keyIsPreviewable,
113
parentRow.keysArePreviewable
114
);
115
0 commit comments