|
@@ -116,6 +116,30 @@
|
|
|
android:onClick="runCommands"
|
|
|
/>
|
|
|
</LinearLayout>
|
|
|
+ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ >
|
|
|
+ <Button
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="QR Scan"
|
|
|
+ android:onClick="runQrScan"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="QR Input"
|
|
|
+ android:onClick="runQrInput"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="QR Display"
|
|
|
+ android:onClick="runQrDisplay"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|