mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 05:24:06 -08:00
b7d6fcef1d
git-svn-id: https://zxing.googlecode.com/svn/trunk@1428 59b500cc-1b3d-0410-9834-0bbf25fbcc57
13 lines
511 B
XML
13 lines
511 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">
|
|
<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>
|