Skip to content

Commit

Permalink
Update keys_letters_belarusian_cyrl.xml
Browse files Browse the repository at this point in the history
Fixed my oversight related to app:popupKeyboard
  • Loading branch information
Belarusan authored Nov 4, 2024
1 parent 359a1ec commit 50b0a71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/res/xml/keys_letters_belarusian_cyrl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
<Key
app:keyEdgeFlags="right"
app:keyLabel=""
app:popupCharacters="'" />
app:popupCharacters="'"
app:popupKeyboard="@xml/keyboard_popup_template" />
</Row>
<Row app:keyWidth="8.33%p">
<Key
Expand Down Expand Up @@ -132,13 +133,15 @@
<Key
app:keyLabel="і"
app:popupCharacters="иї"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="8%p" />
<Key
app:keyLabel="т"
app:keyWidth="8%p" />
<Key
app:keyLabel="ь"
app:popupCharacters="ъ"
app:popupKeyboard="@xml/keyboard_popup_template"
app:keyWidth="8%p" />
<Key
app:keyLabel="б"
Expand Down

0 comments on commit 50b0a71

Please sign in to comment.