Skip to content

Commit

Permalink
Made the y button in the keyboard shield send the correct character
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed Nov 13, 2016
1 parent 501ea05 commit dda95a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oneSheeld/src/main/res/layout/keyboard_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit dda95a9

Please sign in to comment.