Skip to content

Commit d532e39

Browse files
committed
lets make the emoji leaving ABC button text bold
1 parent 1415c18 commit d532e39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/layout/keyboard_view_keyboard.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
android:layout_marginStart="@dimen/medium_margin"
184184
android:background="@drawable/keyboard_key_selector"
185185
android:gravity="center"
186-
android:text="@string/abc" />
186+
android:text="@string/abc"
187+
android:textStyle="bold" />
187188

188189
<ImageButton
189190
android:id="@+id/emoji_palette_backspace"

0 commit comments

Comments
 (0)