Skip to content

Commit f10b94f

Browse files
authored
Merge pull request #124 from suttod/symbols
Add some requested symbols
2 parents 3acb4aa + e5ff45d commit f10b94f

15 files changed

+50
-5
lines changed

app/src/main/res/xml/keys_letters_bengali.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
app:keyWidth="40%p" />
170170
<Key
171171
app:keyLabel="."
172+
app:popupCharacters=",?!;:…"
173+
app:popupKeyboard="@xml/keyboard_popup_template"
172174
app:keyWidth="10%p" />
173175
<Key
174176
app:code="-4"

app/src/main/res/xml/keys_letters_bulgarian.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
app:keyWidth="40%p" />
131131
<Key
132132
app:keyLabel="."
133+
app:popupCharacters=",?!;:…"
134+
app:popupKeyboard="@xml/keyboard_popup_template"
133135
app:keyWidth="10%p" />
134136
<Key
135137
app:code="-4"

app/src/main/res/xml/keys_letters_english_qwerty.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
app:keyWidth="40%p" />
133133
<Key
134134
app:keyLabel="."
135+
app:popupCharacters=",?!;:…"
136+
app:popupKeyboard="@xml/keyboard_popup_template"
135137
app:keyWidth="10%p" />
136138
<Key
137139
app:code="-4"

app/src/main/res/xml/keys_letters_english_qwertz.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
app:keyWidth="40%p" />
133133
<Key
134134
app:keyLabel="."
135+
app:popupCharacters=",?!;:…"
136+
app:popupKeyboard="@xml/keyboard_popup_template"
135137
app:keyWidth="10%p" />
136138
<Key
137139
app:code="-4"

app/src/main/res/xml/keys_letters_french.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@
113113
app:keyWidth="40%p" />
114114
<Key
115115
app:keyLabel="."
116+
app:popupCharacters=",?!;:…"
117+
app:popupKeyboard="@xml/keyboard_popup_template"
116118
app:keyWidth="10%p" />
117119
<Key
118120
app:code="-4"

app/src/main/res/xml/keys_letters_german.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
app:keyWidth="40%p" />
133133
<Key
134134
app:keyLabel="."
135+
app:popupCharacters=",?!;:…"
136+
app:popupKeyboard="@xml/keyboard_popup_template"
135137
app:keyWidth="10%p" />
136138
<Key
137139
app:code="-4"

app/src/main/res/xml/keys_letters_greek.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
app:keyWidth="40%p" />
145145
<Key
146146
app:keyLabel="."
147+
app:popupCharacters=",?!;:…"
148+
app:popupKeyboard="@xml/keyboard_popup_template"
147149
app:keyWidth="10%p" />
148150
<Key
149151
app:code="-4"

app/src/main/res/xml/keys_letters_lithuanian.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
app:keyWidth="40%p" />
133133
<Key
134134
app:keyLabel="."
135+
app:popupCharacters=",?!;:…"
136+
app:popupKeyboard="@xml/keyboard_popup_template"
135137
app:keyWidth="10%p" />
136138
<Key
137139
app:code="-4"

app/src/main/res/xml/keys_letters_romanian.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@
116116
app:keyWidth="40%p" />
117117
<Key
118118
app:keyLabel="."
119+
app:popupCharacters=",?!;:…"
120+
app:popupKeyboard="@xml/keyboard_popup_template"
119121
app:keyWidth="10%p" />
120122
<Key
121123
app:code="-4"

app/src/main/res/xml/keys_letters_russian.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@
166166
app:keyWidth="40%p" />
167167
<Key
168168
app:keyLabel="."
169+
app:popupCharacters=",?!;:…"
170+
app:popupKeyboard="@xml/keyboard_popup_template"
169171
app:keyWidth="10%p" />
170172
<Key
171173
app:code="-4"

0 commit comments

Comments
 (0)