diff options
Diffstat (limited to 'res/layout/ime.xml')
-rw-r--r-- | res/layout/ime.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/ime.xml b/res/layout/ime.xml index c5e78ef..34bbd6d 100644 --- a/res/layout/ime.xml +++ b/res/layout/ime.xml @@ -3,7 +3,7 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - <us.minak.DrawingSpaceView + <us.minak.IMEGestureOverlayView android:id="@+id/drawing_space" android:layout_width="wrap_content" android:layout_height="200dp" @@ -15,7 +15,6 @@ android:gestureStrokeAngleThreshold="0.0" android:gestureStrokeLengthThreshold="0.0" android:gestureStrokeSquarenessThreshold="0.0" - android:gestureStrokeType="multiple"> - </us.minak.DrawingSpaceView> + android:gestureStrokeType="multiple" /> </us.minak.IMEView> |