diff options
-rw-r--r-- | res/layout/ime.xml | 3 | ||||
-rw-r--r-- | res/values/colors.xml | 2 |
2 files changed, 3 insertions, 2 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" diff --git a/res/values/colors.xml b/res/values/colors.xml index ca6e02a..9302529 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <color name="gesture_color">#FFFFFF00</color> + <color name="gesture_color">#CC5B59AB</color> </resources> |