Skip to content

Commit f1a0e5d

Browse files
committed
Clean up comments for refactored display text
1 parent 759fefb commit f1a0e5d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/src/main/res/xml/keyboard_strokes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
app:keyWidth="@dimen/key_width__space_bar"
109109
app:keyIsPreviewable="false"
110110
/>
111-
<!-- U+3002 IDEOGRAPHIC FULL STOP -->
111+
<!-- Full stop -->
112112
<Key
113113
app:keyValueText="@string/value_text__strokes_full_stop"
114114
app:keyWidth="@dimen/key_width__digit"

app/src/main/res/xml/keyboard_strokes_symbols_1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
app:keyHeight="@dimen/key_height__strokes_space_bar"
7878
app:keyWidth="@dimen/key_width__strokes_stroke"
7979
>
80-
<!-- Switch to strokes keyboard: U+31D0, U+31D1, U+31D2 -->
80+
<!-- Switch to strokes keyboard -->
8181
<Key
8282
app:keyValueText="SWITCH_TO_STROKES"
8383
app:keyDisplayText="@string/display_text__switch_to_strokes"
@@ -103,7 +103,7 @@
103103
app:keyWidth="@dimen/key_width__space_bar"
104104
app:keyIsPreviewable="false"
105105
/>
106-
<!-- U+3002 IDEOGRAPHIC FULL STOP -->
106+
<!-- Full stop -->
107107
<Key
108108
app:keyValueText="@string/value_text__strokes_full_stop"
109109
app:keyWidth="@dimen/key_width__digit"

app/src/main/res/xml/keyboard_strokes_symbols_2.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
app:keyHeight="@dimen/key_height__strokes_space_bar"
5555
app:keyWidth="@dimen/key_width__strokes_stroke"
5656
>
57-
<!-- Switch to strokes keyboard: U+31D0, U+31D1, U+31D2 -->
57+
<!-- Switch to strokes keyboard -->
5858
<Key
5959
app:keyValueText="SWITCH_TO_STROKES"
6060
app:keyDisplayText="@string/display_text__switch_to_strokes"
@@ -80,7 +80,7 @@
8080
app:keyWidth="@dimen/key_width__space_bar"
8181
app:keyIsPreviewable="false"
8282
/>
83-
<!-- U+3002 IDEOGRAPHIC FULL STOP -->
83+
<!-- Full stop -->
8484
<Key
8585
app:keyValueText="@string/value_text__strokes_full_stop"
8686
app:keyWidth="@dimen/key_width__digit"

0 commit comments

Comments
 (0)