Skip to content
Snippets Groups Projects
Commit a3ef8353 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Set key classname for accessibility

parent 009a60b1
No related branches found
No related tags found
No related merge requests found
......@@ -155,6 +155,8 @@ public class KeyboardAccessibilityDelegate<KV extends KeyboardView>
Key k = getKeyOf(virtualViewId);
if(k == null) return;
node.setClassName(android.inputmethodservice.Keyboard.Key.class.getName());
String description = getKeyDescription(k);
node.setContentDescription(description);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment