Skip to content

Commit 9dd00ea

Browse files
tenextractortenextractornaveensingh
authored
feat: add Slovenian letters as separate keys (#72)
* Update Slovenian layout * Update Slovenian layout - adjust key width --------- Co-authored-by: tenextractor <[email protected]> Co-authored-by: Naveen Singh <[email protected]>
1 parent 27f8ce4 commit 9dd00ea

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

app/src/main/res/xml/keys_letters_slovenian.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
app:keyLabel="0"
3535
app:topSmallNumber="0" />
3636
</Row>
37-
<Row>
37+
<Row app:keyWidth="9.091%p">
3838
<Key
3939
app:keyEdgeFlags="left"
4040
app:keyLabel="q"
@@ -82,15 +82,16 @@
8282
app:popupKeyboard="@xml/keyboard_popup_template"
8383
app:topSmallNumber="9" />
8484
<Key
85-
app:keyEdgeFlags="right"
8685
app:keyLabel="p"
8786
app:popupCharacters="0"
8887
app:popupKeyboard="@xml/keyboard_popup_template"
8988
app:topSmallNumber="0" />
89+
<Key
90+
app:keyEdgeFlags="right"
91+
app:keyLabel="š" />
9092
</Row>
91-
<Row>
93+
<Row app:keyWidth="9.091%p">
9294
<Key
93-
app:horizontalGap="5%"
9495
app:keyEdgeFlags="left"
9596
app:keyLabel="a" />
9697
<Key
@@ -106,16 +107,18 @@
106107
<Key app:keyLabel="h" />
107108
<Key app:keyLabel="j" />
108109
<Key app:keyLabel="k" />
110+
<Key app:keyLabel="l" />
111+
<Key app:keyLabel="č" />
109112
<Key
110113
app:keyEdgeFlags="right"
111-
app:keyLabel="l" />
114+
app:keyLabel="ž" />
112115
</Row>
113-
<Row>
116+
<Row app:keyWidth="9.091%p">
114117
<Key
115118
app:code="-1"
116119
app:keyEdgeFlags="left"
117120
app:keyIcon="@drawable/ic_caps_outline_vector"
118-
app:keyWidth="15%p" />
121+
app:keyWidth="18.18%p" />
119122
<Key app:keyLabel="y" />
120123
<Key app:keyLabel="x" />
121124
<Key
@@ -131,7 +134,7 @@
131134
app:isRepeatable="true"
132135
app:keyEdgeFlags="right"
133136
app:keyIcon="@drawable/ic_clear_vector"
134-
app:keyWidth="15%p" />
137+
app:keyWidth="18.18%p" />
135138
</Row>
136139
<Row>
137140
<Key

0 commit comments

Comments
 (0)