zxing/android/res/layout/network.xml
vikrama fb1e512208 Android activity to add a network, and all associated code for dealing
with WIFI: schemes on the Android side.

 Things to be done:
1. Much more testing.
2. Implement SB and test it well.
3. Clean up the UI to make it beautiful.
4. Figure out what to do when the network is connected: exit the
   Barcode Scanner?  Currently, the activity kills itself, restoring
   camera capture.
5. Publicize the WIFI: scheme.



git-svn-id: https://zxing.googlecode.com/svn/trunk@1425 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2010-06-15 03:49:49 +00:00

15 lines
730 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<!-- <ImageView android:id="@+id/imageStatus"-->
<!-- android:layout_width="wrap_content" android:layout_height="wrap_content"-->
<!-- android:layout_gravity="center_horizontal" android:padding="10dip"-->
<!-- android:src="@drawable/up" />-->
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content" android:id="@+id/networkStatus"
android:text="Status" android:textSize="20dip" android:padding="8dip"
android:layout_gravity="center_horizontal|bottom" />
</LinearLayout>