Skip to content

Commit 3fe722d

Browse files
committed
Set space bar text colour to light grey
1 parent a7021f2 commit 3fe722d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/res/values/colors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<color name="black">#FF000000</color>
1010
<color name="white">#FFFFFFFF</color>
1111
<!-- Stroke input -->
12+
<color name="space_bar_text">#FF959595</color>
1213
<color name="enter_key_fill">#FF00CE00</color>
1314
</resources>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
app:valueText="SPACE"
102102
app:displayText="中文筆畫"
103103
app:keyTextSize="@dimen/key_text_font_size_space_bar"
104+
app:keyTextColour="@color/space_bar_text"
104105
app:keyWidth="@dimen/key_width_space_bar"
105106
/>
106107
<!-- U+3002 IDEOGRAPHIC FULL STOP -->

0 commit comments

Comments
 (0)