diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-05-04 22:07:10 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-05-04 22:07:10 -0400 |
commit | 37683365975b33d2f666949b4d423f193e76feb9 (patch) | |
tree | 4554d07082b9d657f6113f16be41f7599794b181 /res | |
parent | 26f5555afebb8c277a0b50cb1f73e7c57d629b30 (diff) | |
parent | a1a170d693c55141d2a1bf02c7892c587b766251 (diff) |
Merge remote-tracking branch 'origin/davis' into lukeshu
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> |