diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-05-04 19:31:11 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-05-04 19:31:11 -0400 |
commit | 665330a5eda56339a078944dbfde2efbf84d2a03 (patch) | |
tree | 4a6ed8f4f61ce17b834113209c8f777ac8cae0e5 /res/xml | |
parent | 1a95ab399441cdf3e67d357df43f1ae1c3616ddd (diff) |
Add gesture editor (taken mostly from the SDK gesture editor)
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/method.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml index b8d98ff..adf59b5 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -1,2 +1,3 @@ <?xml version="1.0" encoding="utf-8"?> -<input-method xmlns:android="http://schemas.android.com/apk/res/android" />
\ No newline at end of file +<input-method xmlns:android="http://schemas.android.com/apk/res/android" + android:settingsActivity="us.minak.SettingsActivity" /> |