Remove Key.isStick, use backgroundType="stick" instead
Change-Id: I50e88c0870a3fe360b81f19163ca2f64ec38d8e8
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 0451c9f..6e9461a 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -199,9 +199,8 @@
<enum name="normal" value="0" />
<enum name="functional" value="1" />
<enum name="action" value="2" />
+ <enum name="sticky" value="3" />
</attr>
- <!-- Whether this is a toggle key. -->
- <attr name="isSticky" format="boolean" />
<!-- Whether long-pressing on this key will make it repeat. -->
<attr name="isRepeatable" format="boolean" />
<!-- The string of characters to output when this key is pressed. -->