/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

  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 android:layout_width="fill_parent"
  6. android:layout_height="wrap_content" android:layout_gravity="center"
  7. android:text=" " />
  8. <TextView android:layout_width="fill_parent"
  9. android:layout_height="wrap_content" android:layout_gravity="center"
  10. android:text=" " />
  11. <TextView android:layout_width="fill_parent"
  12. android:layout_height="wrap_content" android:layout_gravity="center"
  13. android:gravity="center" android:textSize="35dip" android:text="IDEAL Item Identifier" />
  14. <TextView android:layout_width="fill_parent"
  15. android:layout_height="wrap_content" android:layout_gravity="center"
  16. android:text=" " />
  17. <TextView android:layout_width="fill_parent"
  18. android:layout_height="wrap_content" android:layout_gravity="center"
  19. android:text=" " />
  20. <TextView android:layout_width="fill_parent"
  21. android:layout_height="wrap_content" android:layout_gravity="center"
  22. android:text=" " />
  23. <ProgressBar android:id="@android:id/progress"
  24. style="?android:attr/progressBarStyleLarge" android:layout_gravity="center"
  25. android:layout_width="wrap_content" android:layout_height="wrap_content" />
  26. </LinearLayout>