diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-05 23:10:38 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-05 23:10:38 -0400 |
commit | 046e2f38a417b27376f73f0becec3caf99d84420 (patch) | |
tree | f7d201204c0a83156dc00a8a314815ee5e071846 | |
parent | 4ea3e223329db6db865c16bc068d110157982cc5 (diff) |
clean up gestures locations
-rwxr-xr-x | gestures | bin | 77922 -> 0 bytes | |||
-rw-r--r-- | res/raw/gestures (renamed from res/raw/gestures.ttf) | bin | 93080 -> 93080 bytes | |||
-rw-r--r-- | src/us/minak/SettingsUtil.java | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/gestures b/gestures Binary files differdeleted file mode 100755 index 097ba09..0000000 --- a/gestures +++ /dev/null diff --git a/res/raw/gestures.ttf b/res/raw/gestures Binary files differindex 3cc9d7c..3cc9d7c 100644 --- a/res/raw/gestures.ttf +++ b/res/raw/gestures diff --git a/src/us/minak/SettingsUtil.java b/src/us/minak/SettingsUtil.java index c043e0b..f28d270 100644 --- a/src/us/minak/SettingsUtil.java +++ b/src/us/minak/SettingsUtil.java @@ -15,7 +15,7 @@ public class SettingsUtil { public static File getGestureFile(Context context) { if (sGestureFile == null) - sGestureFile = new File(context.getExternalFilesDir(null), "gestures.ttf"); + sGestureFile = new File(context.getExternalFilesDir(null), "gestures"); // If the gestures file doesn't exist, copy the default gestures to it if (!sGestureFile.exists()) { try { |