From a88e87da01ac49acf0fe19253370dddd8f4dc6dd Mon Sep 17 00:00:00 2001 From: sspanak Date: Wed, 19 Jun 2024 14:43:54 +0300 Subject: [PATCH] nicer Input Mode button icon --- app/src/main/res/layout/main_numpad.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/main_numpad.xml b/app/src/main/res/layout/main_numpad.xml index 9a8e55e4..f3512634 100644 --- a/app/src/main/res/layout/main_numpad.xml +++ b/app/src/main/res/layout/main_numpad.xml @@ -207,7 +207,7 @@ android:layout_width="0dp" android:layout_height="match_parent" android:layout_weight="@dimen/numpad_control_key_layout_weight" - android:text="⌨️" + android:text="⌨" android:textSize="@dimen/soft_key_icon_size" />