summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-05-07 13:40:20 -0400
committerDavisLWebb <davislwebb@ymail.com>2014-05-07 13:40:20 -0400
commitd638ffcc7f9fdf00c82980019957ef36be33421a (patch)
treee8df453218c2cb3953968a153c5810020ec3e11a /res
parentfac4b2b460ba84cc38fb75ecbf09755528050bc7 (diff)
added a buttom for upload
Diffstat (limited to 'res')
-rw-r--r--res/layout/gestures_list.xml10
-rwxr-xr-xres/raw/gesturesbin77922 -> 81244 bytes
-rw-r--r--res/values/strings.xml1
3 files changed, 11 insertions, 0 deletions
diff --git a/res/layout/gestures_list.xml b/res/layout/gestures_list.xml
index bdbe1f5..a75c3e1 100644
--- a/res/layout/gestures_list.xml
+++ b/res/layout/gestures_list.xml
@@ -66,6 +66,16 @@
android:layout_height="wrap_content"
android:layout_weight="1"
style="?android:attr/buttonBarButtonStyle" />
+
+
+ <Button
+ android:id="@+id/uploadButton"
+ android:onClick="uploadGestures"
+ android:text="@string/button_upload"
+ android:layout_width="0dip"
+ android:layout_height="wrap_content"
+ android:layout_weight="1"
+ style="?android:attr/buttonBarButtonStyle" />
</LinearLayout>
diff --git a/res/raw/gestures b/res/raw/gestures
index 097ba09..0115d3c 100755
--- a/res/raw/gestures
+++ b/res/raw/gestures
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 60803b0..bd49c64 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -38,5 +38,6 @@
<!-- Labels for buttons -->
<string name="button_backspace">&#x2190;</string>
+ <string name="button_upload">Upload</string>
</resources>