diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/ime.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/ime.xml b/res/layout/ime.xml index 510d40a..c5e78ef 100644 --- a/res/layout/ime.xml +++ b/res/layout/ime.xml @@ -15,6 +15,7 @@ android:gestureStrokeAngleThreshold="0.0" android:gestureStrokeLengthThreshold="0.0" android:gestureStrokeSquarenessThreshold="0.0" - android:gestureStrokeType="multiple" /> + android:gestureStrokeType="multiple"> + </us.minak.DrawingSpaceView> </us.minak.IMEView> |