Files
android-mental-arithmetic/app/src/main/res/xml/keyboard_yes_no.xml
Sebastian Seedorf d9d598b021 Initial commit
2020-12-06 20:17:19 +01:00

7 lines
155 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Board>
<Row>
<Key codes="0" keyLabel="No"/>
<Key codes="1" keyLabel="Yes"/>
</Row>
</Board>