/WebAccess/res/layout/installing.xml
http://eyes-free.googlecode.com/ · XML · 33 lines · 24 code · 9 blank · 0 comment · 0 complexity · 5d74497d280caa6b0c36355fd2081d2a MD5 · raw file
- <?xml version="1.0" encoding="utf-8"?>
-
- <RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/root" android:layout_width="fill_parent"
- android:background="#ff000000"
- android:layout_height="fill_parent">
-
- <LinearLayout android:id="@+id/progress_indicator"
- android:orientation="vertical"
- android:layout_centerInParent="true"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
-
- <TextView android:paddingTop="5dip"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="Loading..." android:textSize="18sp"
- android:textColor="?android:attr/textColorPrimary" />
-
- <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>
-
-
- </RelativeLayout>