Skip to content

Commit 50c2aa3

Browse files
committed
replace switch-keyboard button with a space in numeric keyboard
1 parent 41f8d25 commit 50c2aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/xml/keys_numbers.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
app:keyLabel="9"
4747
app:keyWidth="25%p" />
4848
<Key
49-
app:keyLabel="abc"
50-
app:code="-2"
49+
app:keyLabel=""
50+
app:code="32"
5151
app:keyEdgeFlags="right"
5252
app:keyWidth="25%p" />
5353
</Row>

0 commit comments

Comments
 (0)