summaryrefslogtreecommitdiff
path: root/res/layout/ime.xml
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-05-06 22:12:51 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-05-06 22:12:51 -0400
commit2b66c7acedf133bb000a34a3881cc3b88f7afa83 (patch)
treeba1df28533a1e8d9794389033e2bc3fca8fb41d1 /res/layout/ime.xml
parentb5f59b61cbd5d0e1b44d948ca4bd897fdb1fe525 (diff)
Clean up gesture color(s)
Diffstat (limited to 'res/layout/ime.xml')
-rw-r--r--res/layout/ime.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/ime.xml b/res/layout/ime.xml
index 10cd8b8..83be9d2 100644
--- a/res/layout/ime.xml
+++ b/res/layout/ime.xml
@@ -13,7 +13,8 @@
android:fadeDuration="300"
android:fadeEnabled="true"
android:fadeOffset="200"
- android:gestureColor="#000"
+
+ android:gestureColor="@color/gesture_color"
android:gestureStrokeAngleThreshold="0.0"
android:gestureStrokeLengthThreshold="0.0"
android:gestureStrokeSquarenessThreshold="0.0"