diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-21 00:22:28 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-21 00:22:28 -0400 |
commit | e2e36ac5a816e4736f7776f178b2b6bae46f1dbd (patch) | |
tree | fd0360fe891e4df1916a172eb4c54d19cee35bba /res/layout | |
parent | 3270f8a28ba180f06076fbf244a6fb31dbdfdbed (diff) |
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/gestures_list.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/res/layout/gestures_list.xml b/res/layout/gestures_list.xml index a75c3e1..bdbe1f5 100644 --- a/res/layout/gestures_list.xml +++ b/res/layout/gestures_list.xml @@ -66,16 +66,6 @@ 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> |