2010-06-14 20:49:49 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-06-15 09:25:24 -07:00
|
|
|
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" />
|
2010-06-14 20:49:49 -07:00
|
|
|
</LinearLayout>
|