diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-05-04 21:37:26 -0400 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-05-04 21:37:26 -0400 |
commit | a1a170d693c55141d2a1bf02c7892c587b766251 (patch) | |
tree | ab23e9bfbd6eb21ddca36548d12f5fab430b680c /res/layout | |
parent | d12afb24b9d2048fe2cb08451e03240c43ac08fb (diff) |
did shit
Diffstat (limited to 'res/layout')
-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> |