summaryrefslogtreecommitdiff
path: root/res/layout/ime.xml
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-05-05 03:07:05 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-05-05 03:07:05 -0400
commit821fc55980ff7e3b0afe1baefce62515f9db6200 (patch)
tree1e619dc5b9a03d5f6260edb5d00053980320fb1f /res/layout/ime.xml
parent8a9dab5a8faa9659f8ba610b1b176ceb09a16640 (diff)
stuff
Diffstat (limited to 'res/layout/ime.xml')
-rw-r--r--res/layout/ime.xml5
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>