From 2b66c7acedf133bb000a34a3881cc3b88f7afa83 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 6 May 2014 22:12:51 -0400 Subject: Clean up gesture color(s) --- res/layout/ime.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout/ime.xml') 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" -- cgit v1.2.3