File tree Expand file tree Collapse file tree
app/src/main/java/io/github/yawnoc/strokeinput Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66- Updated keyboard font to [ Stroke Input Keyboard v1.3.1]
77 (adds glyphs for qwerty symbols etc.)
88- Reduced key label font sizes
9+ - Fixed InputContainer background not transparent
910
1011
1112## [ v0.5.0] Implemented qwerty (2021-07-12)
Original file line number Diff line number Diff line change 2323import android .annotation .SuppressLint ;
2424import android .content .Context ;
2525import android .graphics .Canvas ;
26+ import android .graphics .Color ;
2627import android .graphics .Paint ;
2728import android .graphics .Rect ;
2829import android .os .Handler ;
@@ -120,6 +121,8 @@ public void handleMessage(Message message) {
120121 }
121122 };
122123
124+ this .setBackgroundColor (Color .TRANSPARENT );
125+
123126 keyRectangle = new Rect ();
124127
125128 keyFillPaint = new Paint (Paint .ANTI_ALIAS_FLAG );
You can’t perform that action at this time.
0 commit comments