From dda95a9dbf4efb8fe0e6184913fd24d75e0bc36b Mon Sep 17 00:00:00 2001 From: Islam Mustafa Date: Sun, 13 Nov 2016 12:34:35 +0200 Subject: [PATCH] Made the y button in the keyboard shield send the correct character --- oneSheeld/src/main/res/layout/keyboard_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneSheeld/src/main/res/layout/keyboard_layout.xml b/oneSheeld/src/main/res/layout/keyboard_layout.xml index b1b2b245d..2c54b2ea0 100644 --- a/oneSheeld/src/main/res/layout/keyboard_layout.xml +++ b/oneSheeld/src/main/res/layout/keyboard_layout.xml @@ -110,7 +110,7 @@ android:ellipsize="marquee" android:fitsSystemWindows="true" android:soundEffectsEnabled="true" - android:tag="y" + android:tag="Y" android:text="Y" android:textColor="@color/offWhite" android:textStyle="bold" />