/ItemID/res/layout/main.xml
http://eyes-free.googlecode.com/ · XML · 27 lines · 26 code · 1 blank · 0 comment · 0 complexity · 5ff68ad0eeeac26379b30d64e61add28 MD5 · raw file
- <?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="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:text=" " />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:text=" " />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:gravity="center" android:textSize="35dip" android:text="IDEAL Item Identifier" />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:text=" " />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:text=" " />
- <TextView android:layout_width="fill_parent"
- android:layout_height="wrap_content" android:layout_gravity="center"
- android:text=" " />
- <ProgressBar android:id="@android:id/progress"
- style="?android:attr/progressBarStyleLarge" android:layout_gravity="center"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>