|
|
@@ -4,34 +4,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
tools:context=".ResultActivity" >
|
|
|
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/status"
|
|
|
- android:layout_width="fill_parent"
|
|
|
- android:layout_height="fill_parent"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_gravity="center"
|
|
|
-
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone" >
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/status_message"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_below="@+id/progressbar"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginBottom="16dp"
|
|
|
- android:text="Loading..."
|
|
|
- android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/progressbar"
|
|
|
- style="?android:attr/progressBarStyleLarge"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_marginTop="41dp" />
|
|
|
- </RelativeLayout>
|
|
|
+
|
|
|
|
|
|
<ScrollView
|
|
|
android:id="@+id/scrollView1"
|
|
|
@@ -60,7 +33,34 @@
|
|
|
</TableLayout>
|
|
|
</HorizontalScrollView>
|
|
|
</ScrollView>
|
|
|
+<RelativeLayout
|
|
|
+ android:id="@+id/status"
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="fill_parent"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:layout_gravity="center"
|
|
|
+
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="gone" >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/status_message"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_below="@+id/progressbar"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:layout_marginBottom="16dp"
|
|
|
+ android:text="Loading..."
|
|
|
+ android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/progressbar"
|
|
|
+ style="?android:attr/progressBarStyleLarge"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:layout_marginTop="41dp" />
|
|
|
+ </RelativeLayout>
|
|
|
<LinearLayout
|
|
|
android:id="@+id/foot"
|
|
|
android:layout_width="fill_parent"
|