From 66b56dd549c600a601999f9dad6192b248c56220 Mon Sep 17 00:00:00 2001 From: miles Date: Tue, 17 Sep 2013 21:55:53 +0000 Subject: [PATCH] svn path=/; revision=501 --- Personnel/justin/lab inventory/.classpath | 2 +- .../lab inventory/bin/lab inventory.apk | Bin 150291 -> 150291 bytes .../lab/inventory/MainActivity.java | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Personnel/justin/lab inventory/.classpath b/Personnel/justin/lab inventory/.classpath index 921adf7..cbecbcb 100644 --- a/Personnel/justin/lab inventory/.classpath +++ b/Personnel/justin/lab inventory/.classpath @@ -5,6 +5,6 @@ - + diff --git a/Personnel/justin/lab inventory/bin/lab inventory.apk b/Personnel/justin/lab inventory/bin/lab inventory.apk index 17fdf0a95d3cc944ff4aee4f163b3cc4f3eb3fb7..a5703bb7072e0d8e7f0db388726951de44d763ea 100644 GIT binary patch delta 871 zcmbO{jdSuePM!d7W)=|!4j?>NwvnfUi51M+Jd??a5z4&5yo!mDVRJLva!w$nEpUes zNO1_AV+B&z#TPLHsVeCzklJ_@rK4sfeVA`|BLHAjL@C@h38!a=Pnt54y zemKbJC6*oEGiA}AGa}B0%z_g*HXG=NxExe9U1@UH!Ees>3pWm2x^U;hr7K5n7aZIJ|XN0$%y_-6vY;(l-2^B{-eV^$re>R~0 zoXPXnw{tE}o)UGam_=;<9_5t(|85xGR`%KZCjZdaW&d;aF67)Ty;`#W^%t@J_xaC6 zGL|#r;eOCaiBx2<%~o5*G;DCG3loDdk&Z#yp`v8ziWB<-q-)6 zWNx0=cxO@X@u`Y0uEng~-Fy5^?7H-$U74Tu-kquS?bYqMqBHaOU%!jW|MmQrrs2~i zJ8q}79<7@cC24zcbL|zo^IrIzTn)d%jd=8>Zj{g zq+P$X`M*L7rt`6xodHd zn|!TnnVwN)@tuI$wP87759gVm^Dj%YzWYhI*6i!2jW*i<7q5FR{yyGf`_51M58ldb zop|>jcm2BC|LZ^PN=-EK?L2rn_e^r}yfyn*&5!wgye#(2a^}d(Q$&8`RZcrr;do~1 zr>h=+0=66|>Wy3RyW9U5um7Hq@;l}Ct25myi;r%RY-9-VX6J~#o?#is#K6G8%mCyw zGKnz2lJoRqZcLt#lr~+&oyi%>jB#hO0VdCx?o8G|>Z&_aFp$#pVDbY}6%gvU2Ut+r v6D*kJ$rJ*V1Eyzxs1d?mOeRpKj~A0Il-cLSWXTQAK8DU9S53d<#pDP8L_B|< delta 871 zcmbO{jdSuePM!d7W)=|!4h{|mx8jXF9ZalX*5;W^R*X>Q4dzu$j2xSr*_LwxDQ$r} zj6jM*=o~AMx-Pzm8Aw%0SAhh-%G9v{sS-tfpoZ!DJ(f{{qS$MFG ziLFL~Z@R(mJbnHdQwDJf|=LaOJo znVv{VIPZKSeaAxnW^d0Lo-@6BdDwdA`ttEQry|bUM+CBIAe*I0g=hUv%Ur4@r zy*g|5o$Cd2JFTj&q;7V9@v_gkHZosAJo~Tl-kF=LIt^JX_X6>%` z>)Z>D&x;7p-u+;s+rjY6LP_UhIe?fYj8GIeL}SrYbY z_vYC3^J`8|`Mg@bP331!e|>%GjUPuAd{i{BmAElk_QQoQjZ@|XEN)!7QPJU3%Iirz zpTdp&>)QT{yxvy%{Ogl0k>;Db*|}Y`nXM|1>f3YmmF!oE`L*Qym!C_#)#iUcWp5j~ zv;JY!!Q9=myl==qi4!+im0DDrvn9)M#~uFT`-LCbP2+kx=iT1}+BZJ^^ACUi#c_6j z+V7KL$3NdozP2jz&&%h`Z?~TRW_afL#-B6P4cGpjv5qBnMC^N>L$p)A_XSy?41F5U-Ou;}((}T$mNL4_n;~ro^ wX-}|VmM2pPP!5=${h>w(doh_nnLb`jwoqoD7n3D7IQtkngIqQJk{6RB0L<`pD*ylh diff --git a/Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java b/Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java index 566c58e..1a76a00 100644 --- a/Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java +++ b/Personnel/justin/lab inventory/src/com/jaiswallab/lab/inventory/MainActivity.java @@ -26,7 +26,7 @@ public class MainActivity extends Activity { } // This method is called at click of the QR code button - public void qrClick(View view) { + public void qrClick(View view) { text.setText("QR button clicked again"); Intent intent = new Intent("com.google.zxing.client.android.SCAN"); startActivityForResult(intent, 0); -- 2.34.1