Back to white backgrounds, somewhat smaller text in the result screen, shorter Toast...
[zxing.git] / android / res / layout / network.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3   android:orientation="vertical" android:layout_width="fill_parent"
4   android:layout_height="fill_parent">
5   <TextView
6       android:layout_width="wrap_content"
7       android:layout_height="wrap_content"
8       android:id="@+id/networkStatus"
9       android:text="Status" android:textSize="20dip"
10       android:padding="8dip"
11       android:layout_gravity="center_horizontal|bottom" />
12 </LinearLayout>